#A99AC9

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

Shades of Biloba Flower #A99AC9

Tints of Biloba Flower #A99AC9

Color information

#A99AC9 (or 0xA99AC9) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and C9. RGB value is (169,154,201). Sum of RGB (Red+Green+Blue) = 169+154+201=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #A99AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AC9 is #566536. Grayscale: #A3A3A3. Windows color (decimal): -5662007 or 13212329. OLE color: 13212329.

HSL color Cylindrical-coordinate representation of color #A99AC9: hue angle of 259.15º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A99AC9 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169154201-
CMYK0.160.2300.21
HSL259.15º30.32%69.61%-
HSV(B)259.15º23.38%78.82%-
XYZ38.4635.7660.13-
YUV163.84148.97131.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 201 (78.91% from 255) = 38.36%
R=32.25%
G=29.39%
B=38.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691542010.160.2300.21259.1530.3269.61
HexA99AC910170151031e46
Octal251232311202702540336106
Binary1010100110011010110010011000010111010101100000011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AC9; }

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

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

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

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

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

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

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

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