#AB89DD

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

Shades of Biloba Flower #AB89DD

Tints of Biloba Flower #AB89DD

Color information

#AB89DD (or 0xAB89DD) is unknown color: approx Biloba Flower. HEX triplet: AB, 89 and DD. RGB value is (171,137,221). Sum of RGB (Red+Green+Blue) = 171+137+221=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB89DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB89DD is #547622. Grayscale: #9C9C9C. Windows color (decimal): -5535267 or 14518699. OLE color: 14518699.

HSL color Cylindrical-coordinate representation of color #AB89DD: hue angle of 264.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB89DD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171137221-
CMYK0.230.3800.13
HSL264.29º55.26%70.2%-
HSV(B)264.29º38.01%86.67%-
XYZ38.7931.7772.49-
YUV156.74164.26138.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=32.33%
G=25.90%
B=41.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711372210.230.3800.13264.2955.2670.2
HexAB89DD17260D1083746
Octal253211335274601541067106
Binary10101011100010011101110110111100110011011000010001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB89DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB89DD; }

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

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

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

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

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

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

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

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