#AB9FEC

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

Shades of Biloba Flower #AB9FEC

Tints of Biloba Flower #AB9FEC

Color information

#AB9FEC (or 0xAB9FEC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and EC. RGB value is (171,159,236). Sum of RGB (Red+Green+Blue) = 171+159+236=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB9FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FEC is #546013. Grayscale: #ABABAB. Windows color (decimal): -5529620 or 15507371. OLE color: 15507371.

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

Color convert

RGB171159236-
CMYK0.280.3300.07
HSL249.35º66.96%77.45%-
HSV(B)249.35º32.63%92.55%-
XYZ44.3339.5184.65-
YUV171.37164.48127.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=30.21%
G=28.09%
B=41.70%

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
Decimal1711592360.280.3300.07249.3566.9677.45
HexAB9FEC1C2107f9434d
Octal253237354344107371103115
Binary1010101110011111111011001110010000101111111100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FEC; }

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

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

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

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

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

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

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

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