#A999FB

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

Shades of Biloba Flower #A999FB

Tints of Biloba Flower #A999FB

Color information

#A999FB (or 0xA999FB) is unknown color: approx Biloba Flower. HEX triplet: A9, 99 and FB. RGB value is (169,153,251). Sum of RGB (Red+Green+Blue) = 169+153+251=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #A999FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A999FB is #566604. Grayscale: #A8A8A8. Windows color (decimal): -5662213 or 16488873. OLE color: 16488873.

HSL color Cylindrical-coordinate representation of color #A999FB: hue angle of 249.8º degrees, saturation: 0.92, 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 #A999FB is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169153251-
CMYK0.330.3900.02
HSL249.8º92.45%79.22%-
HSV(B)249.8º39.04%98.43%-
XYZ45.1738.1896.26-
YUV168.96174.3128.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.49%
GREEN value IS 153 (60.16% from 255) = 26.70%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=29.49%
G=26.70%
B=43.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691532510.330.3900.02249.892.4579.22
HexA999FB212702fa5c4f
Octal251231373414702372134117
Binary1010100110011001111110111000011001110101111101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999FB; }

 p { color: rgb(169,153,251); }

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

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

 a { background-color: rgb(169,153,251); }

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

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

 span { border-color: rgb(169,153,251); }

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