#AB81DB

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

Shades of Biloba Flower #AB81DB

Tints of Biloba Flower #AB81DB

Color information

#AB81DB (or 0xAB81DB) is unknown color: approx Biloba Flower. HEX triplet: AB, 81 and DB. RGB value is (171,129,219). Sum of RGB (Red+Green+Blue) = 171+129+219=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81DB is #547E24. Grayscale: #979797. Windows color (decimal): -5537317 or 14385579. OLE color: 14385579.

HSL color Cylindrical-coordinate representation of color #AB81DB: hue angle of 268º 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 #AB81DB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171129219-
CMYK0.220.4100.14
HSL268º55.56%68.24%-
HSV(B)268º41.1%85.88%-
XYZ37.4329.4770.73-
YUV151.82165.91141.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=32.95%
G=24.86%
B=42.20%

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
Decimal1711292190.220.4100.1426855.5668.24
HexAB81DB16290E10c3844
Octal253201333265101641470104
Binary10101011100000011101101110110101001011101000011001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81DB; }

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

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

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

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

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

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

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

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