#AB9DEC

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

Shades of Biloba Flower #AB9DEC

Tints of Biloba Flower #AB9DEC

Color information

#AB9DEC (or 0xAB9DEC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and EC. RGB value is (171,157,236). Sum of RGB (Red+Green+Blue) = 171+157+236=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB9DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9DEC is #546213. Grayscale: #A9A9A9. Windows color (decimal): -5530132 or 15506859. OLE color: 15506859.

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

Color convert

RGB171157236-
CMYK0.280.3300.07
HSL250.63º67.52%77.06%-
HSV(B)250.63º33.47%92.55%-
XYZ43.9938.8384.53-
YUV170.19165.14128.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=30.32%
G=27.84%
B=41.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711572360.280.3300.07250.6367.5277.06
HexAB9DEC1C2107fb444d
Octal253235354344107373104115
Binary1010101110011101111011001110010000101111111101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DEC; }

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

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

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

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

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

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

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

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