#AB89DB

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

Shades of Biloba Flower #AB89DB

Tints of Biloba Flower #AB89DB

Color information

#AB89DB (or 0xAB89DB) is unknown color: approx Biloba Flower. HEX triplet: AB, 89 and DB. RGB value is (171,137,219). Sum of RGB (Red+Green+Blue) = 171+137+219=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB89DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB89DB is #547624. Grayscale: #9C9C9C. Windows color (decimal): -5535269 or 14387627. OLE color: 14387627.

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

Color convert

RGB171137219-
CMYK0.220.3700.14
HSL264.88º53.25%69.8%-
HSV(B)264.88º37.44%85.88%-
XYZ38.5331.6671.1-
YUV156.51163.26138.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=32.45%
G=26.00%
B=41.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711372190.220.3700.14264.8853.2569.8
HexAB89DB16250E1093546
Octal253211333264501641165106
Binary10101011100010011101101110110100101011101000010011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB89DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB89DB; }

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

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

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

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

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

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

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

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