#AB9EBD

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

Shades of Biloba Flower #AB9EBD

Tints of Biloba Flower #AB9EBD

Color information

#AB9EBD (or 0xAB9EBD) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and BD. RGB value is (171,158,189). Sum of RGB (Red+Green+Blue) = 171+158+189=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB9EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EBD is #546142. Grayscale: #A5A5A5. Windows color (decimal): -5529923 or 12426923. OLE color: 12426923.

HSL color Cylindrical-coordinate representation of color #AB9EBD: hue angle of 265.16º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB9EBD is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171158189-
CMYK0.100.1600.26
HSL265.16º19.02%68.04%-
HSV(B)265.16º16.4%74.12%-
XYZ38.2136.7953.23-
YUV165.42141.31131.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=33.01%
G=30.50%
B=36.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711581890.100.1600.26265.1619.0268.04
HexAB9EBDA1001A1091344
Octal253236275122003241123104
Binary101010111001111010111101101010000011010100001001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EBD; }

 p { color: rgb(171,158,189); }

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

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

 a { background-color: rgb(171,158,189); }

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

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

 span { border-color: rgb(171,158,189); }

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