#A99AC6

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

Shades of Biloba Flower #A99AC6

Tints of Biloba Flower #A99AC6

Color information

#A99AC6 (or 0xA99AC6) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and C6. RGB value is (169,154,198). Sum of RGB (Red+Green+Blue) = 169+154+198=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #A99AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AC6 is #566539. Grayscale: #A3A3A3. Windows color (decimal): -5662010 or 13015721. OLE color: 13015721.

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

Color convert

RGB169154198-
CMYK0.150.2200.22
HSL260.45º27.85%69.02%-
HSV(B)260.45º22.22%77.65%-
XYZ38.1135.6258.29-
YUV163.5147.47131.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.44%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=32.44%
G=29.56%
B=38.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691541980.150.2200.22260.4527.8569.02
HexA99AC6F160161041c45
Octal251232306172602640434105
Binary101010011001101011000110111110110010110100000100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AC6; }

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

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

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

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

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

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

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

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