#AB9DCB

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

Shades of Biloba Flower #AB9DCB

Tints of Biloba Flower #AB9DCB

Color information

#AB9DCB (or 0xAB9DCB) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and CB. RGB value is (171,157,203). Sum of RGB (Red+Green+Blue) = 171+157+203=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DCB is #546234. Grayscale: #A6A6A6. Windows color (decimal): -5530165 or 13344171. OLE color: 13344171.

HSL color Cylindrical-coordinate representation of color #AB9DCB: hue angle of 258.26º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9DCB is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171157203-
CMYK0.160.2300.20
HSL258.26º30.67%70.59%-
HSV(B)258.26º22.66%79.61%-
XYZ39.6337.0861.57-
YUV166.43148.64131.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=32.20%
G=29.57%
B=38.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711572030.160.2300.20258.2630.6770.59
HexAB9DCB10170141021f47
Octal253235313202702440237107
Binary1010101110011101110010111000010111010100100000010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DCB; }

 p { color: rgb(171,157,203); }

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

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

 a { background-color: rgb(171,157,203); }

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

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

 span { border-color: rgb(171,157,203); }

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