#AB99F1

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

Shades of Biloba Flower #AB99F1

Tints of Biloba Flower #AB99F1

Color information

#AB99F1 (or 0xAB99F1) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and F1. RGB value is (171,153,241). Sum of RGB (Red+Green+Blue) = 171+153+241=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB99F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB99F1 is #54660E. Grayscale: #A8A8A8. Windows color (decimal): -5531151 or 15833515. OLE color: 15833515.

HSL color Cylindrical-coordinate representation of color #AB99F1: hue angle of 252.27º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB99F1 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171153241-
CMYK0.290.3700.05
HSL252.27º75.86%77.25%-
HSV(B)252.27º36.51%94.51%-
XYZ44.0637.7988.19-
YUV168.41168.96129.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=30.27%
G=27.08%
B=42.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711532410.290.3700.05252.2775.8677.25
HexAB99F11D2505fc4c4d
Octal253231361354505374114115
Binary1010101110011001111100011110110010101011111110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99F1; }

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

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

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

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

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

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

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

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