#AB9FED

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

Shades of Biloba Flower #AB9FED

Tints of Biloba Flower #AB9FED

Color information

#AB9FED (or 0xAB9FED) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and ED. RGB value is (171,159,237). Sum of RGB (Red+Green+Blue) = 171+159+237=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FED is #546012. Grayscale: #ABABAB. Windows color (decimal): -5529619 or 15572907. OLE color: 15572907.

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

Color convert

RGB171159237-
CMYK0.280.3300.07
HSL249.23º68.42%77.65%-
HSV(B)249.23º32.91%92.94%-
XYZ44.4839.5785.41-
YUV171.48164.98127.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.16%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=30.16%
G=28.04%
B=41.80%

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
Decimal1711592370.280.3300.07249.2368.4277.65
HexAB9FED1C2107f9444e
Octal253237355344107371104116
Binary1010101110011111111011011110010000101111111100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FED; }

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

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

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

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

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

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

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

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