#AB9EEE

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

Shades of Biloba Flower #AB9EEE

Tints of Biloba Flower #AB9EEE

Color information

#AB9EEE (or 0xAB9EEE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and EE. RGB value is (171,158,238). Sum of RGB (Red+Green+Blue) = 171+158+238=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB9EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EEE is #546111. Grayscale: #AAAAAA. Windows color (decimal): -5529874 or 15638187. OLE color: 15638187.

HSL color Cylindrical-coordinate representation of color #AB9EEE: hue angle of 249.75º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB9EEE is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171158238-
CMYK0.280.3400.07
HSL249.75º70.18%77.65%-
HSV(B)249.75º33.61%93.33%-
XYZ44.4539.2886.13-
YUV171.01165.81128-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.16%
GREEN value IS 158 (62.11% from 255) = 27.87%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=30.16%
G=27.87%
B=41.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711582380.280.3400.07249.7570.1877.65
HexAB9EEE1C2207fa464e
Octal253236356344207372106116
Binary1010101110011110111011101110010001001111111101010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EEE; }

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

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

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

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

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

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

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

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