#AB9DED

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

Shades of Biloba Flower #AB9DED

Tints of Biloba Flower #AB9DED

Color information

#AB9DED (or 0xAB9DED) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and ED. RGB value is (171,157,237). Sum of RGB (Red+Green+Blue) = 171+157+237=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB9DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9DED is #546212. Grayscale: #AAAAAA. Windows color (decimal): -5530131 or 15572395. OLE color: 15572395.

HSL color Cylindrical-coordinate representation of color #AB9DED: hue angle of 250.5º degrees, saturation: 0.69, 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 #AB9DED is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171157237-
CMYK0.280.3400.07
HSL250.5º68.97%77.25%-
HSV(B)250.5º33.76%92.94%-
XYZ44.1438.8985.3-
YUV170.31165.64128.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=30.27%
G=27.79%
B=41.95%

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
Decimal1711572370.280.3400.07250.568.9777.25
HexAB9DED1C2207fa454d
Octal253235355344207372105115
Binary1010101110011101111011011110010001001111111101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DED; }

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

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

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

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

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

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

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

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