#A99AC7

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

Shades of Biloba Flower #A99AC7

Tints of Biloba Flower #A99AC7

Color information

#A99AC7 (or 0xA99AC7) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and C7. RGB value is (169,154,199). Sum of RGB (Red+Green+Blue) = 169+154+199=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 199 - color contains mainly: blue. Hex color #A99AC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AC7 is #566538. Grayscale: #A3A3A3. Windows color (decimal): -5662009 or 13081257. OLE color: 13081257.

HSL color Cylindrical-coordinate representation of color #A99AC7: hue angle of 260º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A99AC7 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169154199-
CMYK0.150.2300.22
HSL260º28.66%69.22%-
HSV(B)260º22.61%78.04%-
XYZ38.2335.6758.9-
YUV163.62147.97131.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 199 (78.12% from 255) = 38.12%
R=32.38%
G=29.50%
B=38.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691541990.150.2300.2226028.6669.22
HexA99AC7F170161041d45
Octal251232307172702640435105
Binary101010011001101011000111111110111010110100000100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AC7; }

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

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

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

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

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

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

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

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