#A99CF9

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

Shades of Biloba Flower #A99CF9

Tints of Biloba Flower #A99CF9

Color information

#A99CF9 (or 0xA99CF9) is unknown color: approx Biloba Flower. HEX triplet: A9, 9C and F9. RGB value is (169,156,249). Sum of RGB (Red+Green+Blue) = 169+156+249=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #A99CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99CF9 is #566306. Grayscale: #AAAAAA. Windows color (decimal): -5661447 or 16358569. OLE color: 16358569.

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

Color convert

RGB169156249-
CMYK0.320.3700.02
HSL248.39º88.57%79.41%-
HSV(B)248.39º37.35%97.65%-
XYZ45.3539.0594.77-
YUV170.49172.31126.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.44%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 249 (97.66% from 255) = 43.38%
R=29.44%
G=27.18%
B=43.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691562490.320.3700.02248.3988.5779.41
HexA99CF9202502f8594f
Octal251234371404502370131117
Binary1010100110011100111110011000001001010101111100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CF9; }

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

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

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

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

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

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

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

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