#A999F9

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

Shades of Biloba Flower #A999F9

Tints of Biloba Flower #A999F9

Color information

#A999F9 (or 0xA999F9) is unknown color: approx Biloba Flower. HEX triplet: A9, 99 and F9. RGB value is (169,153,249). Sum of RGB (Red+Green+Blue) = 169+153+249=571 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.60% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #A999F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A999F9 is #566606. Grayscale: #A8A8A8. Windows color (decimal): -5662215 or 16357801. OLE color: 16357801.

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

Color convert

RGB169153249-
CMYK0.320.3900.02
HSL250º88.89%78.82%-
HSV(B)250º38.55%97.65%-
XYZ44.8538.0694.6-
YUV168.73173.3128.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.60%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=29.60%
G=26.80%
B=43.61%

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
Decimal1691532490.320.3900.0225088.8978.82
HexA999F9202702fa594f
Octal251231371404702372131117
Binary1010100110011001111110011000001001110101111101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999F9; }

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

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

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

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

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

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

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

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