#AA81DB

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

Shades of Biloba Flower #AA81DB

Tints of Biloba Flower #AA81DB

Color information

#AA81DB (or 0xAA81DB) is unknown color: approx Biloba Flower. HEX triplet: AA, 81 and DB. RGB value is (170,129,219). Sum of RGB (Red+Green+Blue) = 170+129+219=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81DB is #557E24. Grayscale: #979797. Windows color (decimal): -5602853 or 14385578. OLE color: 14385578.

HSL color Cylindrical-coordinate representation of color #AA81DB: hue angle of 267.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA81DB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170129219-
CMYK0.220.4100.14
HSL267.33º55.56%68.24%-
HSV(B)267.33º41.1%85.88%-
XYZ37.2129.3670.72-
YUV151.52166.08141.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=32.82%
G=24.90%
B=42.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701292190.220.4100.14267.3355.5668.24
HexAA81DB16290E10b3844
Octal252201333265101641370104
Binary10101010100000011101101110110101001011101000010111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81DB; }

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

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

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

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

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

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

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

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