#AB99EB

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

Shades of Biloba Flower #AB99EB

Tints of Biloba Flower #AB99EB

Color information

#AB99EB (or 0xAB99EB) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and EB. RGB value is (171,153,235). Sum of RGB (Red+Green+Blue) = 171+153+235=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB99EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB99EB is #546614. Grayscale: #A7A7A7. Windows color (decimal): -5531157 or 15440299. OLE color: 15440299.

HSL color Cylindrical-coordinate representation of color #AB99EB: hue angle of 253.17º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB99EB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171153235-
CMYK0.270.3500.08
HSL253.17º67.21%76.08%-
HSV(B)253.17º34.89%92.16%-
XYZ43.1837.4483.55-
YUV167.73165.96130.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=30.59%
G=27.37%
B=42.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711532350.270.3500.08253.1767.2176.08
HexAB99EB1B2308fd434c
Octal2532313533343010375103114
Binary10101011100110011110101111011100011010001111110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99EB; }

 p { color: rgb(171,153,235); }

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

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

 a { background-color: rgb(171,153,235); }

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

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

 span { border-color: rgb(171,153,235); }

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