#AB99FA

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

Shades of Biloba Flower #AB99FA

Tints of Biloba Flower #AB99FA

Color information

#AB99FA (or 0xAB99FA) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and FA. RGB value is (171,153,250). Sum of RGB (Red+Green+Blue) = 171+153+250=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB99FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB99FA is #546605. Grayscale: #A9A9A9. Windows color (decimal): -5531142 or 16423339. OLE color: 16423339.

HSL color Cylindrical-coordinate representation of color #AB99FA: hue angle of 251.13º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB99FA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171153250-
CMYK0.320.3900.02
HSL251.13º90.65%79.02%-
HSV(B)251.13º38.8%98.04%-
XYZ45.4438.3495.45-
YUV169.44173.46129.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=29.79%
G=26.66%
B=43.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711532500.320.3900.02251.1390.6579.02
HexAB99FA202702fb5b4f
Octal253231372404702373133117
Binary1010101110011001111110101000001001110101111101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99FA; }

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

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

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

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

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

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

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

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