#AB9EE4

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

Shades of Biloba Flower #AB9EE4

Tints of Biloba Flower #AB9EE4

Color information

#AB9EE4 (or 0xAB9EE4) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and E4. RGB value is (171,158,228). Sum of RGB (Red+Green+Blue) = 171+158+228=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB9EE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EE4 is #54611B. Grayscale: #A9A9A9. Windows color (decimal): -5529884 or 14982827. OLE color: 14982827.

HSL color Cylindrical-coordinate representation of color #AB9EE4: hue angle of 251.14º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB9EE4 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171158228-
CMYK0.250.3100.11
HSL251.14º56.45%75.69%-
HSV(B)251.14º30.7%89.41%-
XYZ43.0338.7178.6-
YUV169.87160.81128.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=30.70%
G=28.37%
B=40.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711582280.250.3100.11251.1456.4575.69
HexAB9EE4191F0Bfb384c
Octal253236344313701337370114
Binary101010111001111011100100110011111101011111110111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EE4; }

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

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

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

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

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

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

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

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