#AA83DB

Color #AA83DB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AA83DB

Tints of Biloba Flower #AA83DB

Color information

#AA83DB (or 0xAA83DB) is unknown color: approx Biloba Flower. HEX triplet: AA, 83 and DB. RGB value is (170,131,219). Sum of RGB (Red+Green+Blue) = 170+131+219=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83DB is #557C24. Grayscale: #989898. Windows color (decimal): -5602341 or 14386090. OLE color: 14386090.

HSL color Cylindrical-coordinate representation of color #AA83DB: hue angle of 266.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA83DB is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170131219-
CMYK0.220.4000.14
HSL266.59º55%68.63%-
HSV(B)266.59º40.18%85.88%-
XYZ37.4829.8970.81-
YUV152.69165.42140.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 131 (51.56% from 255) = 25.19%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=32.69%
G=25.19%
B=42.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701312190.220.4000.14266.595568.63
HexAA83DB16280E10b3745
Octal252203333265001641367105
Binary10101010100000111101101110110101000011101000010111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83DB; }

 p { color: rgb(170,131,219); }

 H1.HeaderClassName
 {
   color: #AA83DB;
 }
 .AnyTagClassName
 {
   color: #AA83DB;
 }
</style>
background-color css

<style>
 a { background-color: #AA83DB; }

 a { background-color: rgb(170,131,219); }

 div.DivClassName
 {
   background-color: #AA83DB;
 }
 .BgClassName
 {
   background-color: #AA83DB;
 }
</style>
border-color css

<style>
 span { border-color: #AA83DB; }

 span { border-color: rgb(170,131,219); }

 td.TdClassName
 {
   border-color: #AA83DB;
 }
 .TagClassName
 {
   border-color: #AA83DB;
 }
</style>