#AB9DEE

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

Shades of Biloba Flower #AB9DEE

Tints of Biloba Flower #AB9DEE

Color information

#AB9DEE (or 0xAB9DEE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and EE. RGB value is (171,157,238). Sum of RGB (Red+Green+Blue) = 171+157+238=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB9DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9DEE is #546211. Grayscale: #AAAAAA. Windows color (decimal): -5530130 or 15637931. OLE color: 15637931.

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

Color convert

RGB171157238-
CMYK0.280.3400.07
HSL250.37º70.43%77.45%-
HSV(B)250.37º34.03%93.33%-
XYZ44.2838.9486.07-
YUV170.42166.14128.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 157 (61.72% from 255) = 27.74%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=30.21%
G=27.74%
B=42.05%

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
Decimal1711572380.280.3400.07250.3770.4377.45
HexAB9DEE1C2207fa464d
Octal253235356344207372106115
Binary1010101110011101111011101110010001001111111101010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DEE; }

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

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

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

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

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

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

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

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