#AB9EF5

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

Shades of Biloba Flower #AB9EF5

Tints of Biloba Flower #AB9EF5

Color information

#AB9EF5 (or 0xAB9EF5) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and F5. RGB value is (171,158,245). Sum of RGB (Red+Green+Blue) = 171+158+245=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB9EF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EF5 is #54610A. Grayscale: #ABABAB. Windows color (decimal): -5529867 or 16096939. OLE color: 16096939.

HSL color Cylindrical-coordinate representation of color #AB9EF5: hue angle of 248.97º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB9EF5 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171158245-
CMYK0.300.3600.04
HSL248.97º81.31%79.02%-
HSV(B)248.97º35.51%96.08%-
XYZ45.539.791.65-
YUV171.8169.31127.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 158 (62.11% from 255) = 27.53%
BLUE value IS 245 (96.09% from 255) = 42.68%
R=29.79%
G=27.53%
B=42.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711582450.300.3600.04248.9781.3179.02
HexAB9EF51E2404f9514f
Octal253236365364404371121117
Binary1010101110011110111101011111010010001001111100110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EF5; }

 p { color: rgb(171,158,245); }

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

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

 a { background-color: rgb(171,158,245); }

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

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

 span { border-color: rgb(171,158,245); }

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