#AB9DEF

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

Shades of Biloba Flower #AB9DEF

Tints of Biloba Flower #AB9DEF

Color information

#AB9DEF (or 0xAB9DEF) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and EF. RGB value is (171,157,239). Sum of RGB (Red+Green+Blue) = 171+157+239=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB9DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9DEF is #546210. Grayscale: #AAAAAA. Windows color (decimal): -5530129 or 15703467. OLE color: 15703467.

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

Color convert

RGB171157239-
CMYK0.280.3400.06
HSL250.24º71.93%77.65%-
HSV(B)250.24º34.31%93.73%-
XYZ44.433986.85-
YUV170.53166.64128.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.16%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=30.16%
G=27.69%
B=42.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711572390.280.3400.06250.2471.9377.65
HexAB9DEF1C2206fa484e
Octal253235357344206372110116
Binary1010101110011101111011111110010001001101111101010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DEF; }

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

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

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

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

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

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

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

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