#AB9EBE

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

Shades of Biloba Flower #AB9EBE

Tints of Biloba Flower #AB9EBE

Color information

#AB9EBE (or 0xAB9EBE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and BE. RGB value is (171,158,190). Sum of RGB (Red+Green+Blue) = 171+158+190=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB9EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EBE is #546141. Grayscale: #A5A5A5. Windows color (decimal): -5529922 or 12492459. OLE color: 12492459.

HSL color Cylindrical-coordinate representation of color #AB9EBE: hue angle of 264.38º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB9EBE is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171158190-
CMYK0.100.1700.25
HSL264.38º19.75%68.24%-
HSV(B)264.38º16.84%74.51%-
XYZ38.3236.8353.8-
YUV165.54141.81131.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=32.95%
G=30.44%
B=36.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711581900.100.1700.25264.3819.7568.24
HexAB9EBEA110191081444
Octal253236276122103141024104
Binary101010111001111010111110101010001011001100001000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EBE; }

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

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

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

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

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

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

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

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