#AB9FE8

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

Shades of Biloba Flower #AB9FE8

Tints of Biloba Flower #AB9FE8

Color information

#AB9FE8 (or 0xAB9FE8) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and E8. RGB value is (171,159,232). Sum of RGB (Red+Green+Blue) = 171+159+232=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB9FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FE8 is #546017. Grayscale: #AAAAAA. Windows color (decimal): -5529624 or 15245227. OLE color: 15245227.

HSL color Cylindrical-coordinate representation of color #AB9FE8: hue angle of 249.86º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB9FE8 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171159232-
CMYK0.260.3100.09
HSL249.86º61.34%76.67%-
HSV(B)249.86º31.47%90.98%-
XYZ43.7639.2881.62-
YUV170.91162.48128.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 232 (91.02% from 255) = 41.28%
R=30.43%
G=28.29%
B=41.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711592320.260.3100.09249.8661.3476.67
HexAB9FE81A1F09fa3d4d
Octal253237350323701137275115
Binary101010111001111111101000110101111101001111110101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FE8; }

 p { color: rgb(171,159,232); }

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

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

 a { background-color: rgb(171,159,232); }

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

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

 span { border-color: rgb(171,159,232); }

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