#A99AFC

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

Shades of Biloba Flower #A99AFC

Tints of Biloba Flower #A99AFC

Color information

#A99AFC (or 0xA99AFC) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and FC. RGB value is (169,154,252). Sum of RGB (Red+Green+Blue) = 169+154+252=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #A99AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99AFC is #566503. Grayscale: #A9A9A9. Windows color (decimal): -5661956 or 16554665. OLE color: 16554665.

HSL color Cylindrical-coordinate representation of color #A99AFC: hue angle of 249.18º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A99AFC is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169154252-
CMYK0.330.3900.01
HSL249.18º94.23%79.61%-
HSV(B)249.18º38.89%98.82%-
XYZ45.4938.5797.14-
YUV169.66174.47127.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.39%
GREEN value IS 154 (60.55% from 255) = 26.78%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=29.39%
G=26.78%
B=43.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691542520.330.3900.01249.1894.2379.61
HexA99AFC212701f95e50
Octal251232374414701371136120
Binary101010011001101011111100100001100111011111100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AFC; }

 p { color: rgb(169,154,252); }

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

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

 a { background-color: rgb(169,154,252); }

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

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

 span { border-color: rgb(169,154,252); }

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