#A99AC3

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

Shades of Biloba Flower #A99AC3

Tints of Biloba Flower #A99AC3

Color information

#A99AC3 (or 0xA99AC3) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and C3. RGB value is (169,154,195). Sum of RGB (Red+Green+Blue) = 169+154+195=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 195 - color contains mainly: blue. Hex color #A99AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AC3 is #56653C. Grayscale: #A3A3A3. Windows color (decimal): -5662013 or 12819113. OLE color: 12819113.

HSL color Cylindrical-coordinate representation of color #A99AC3: hue angle of 261.95º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99AC3 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169154195-
CMYK0.130.2100.24
HSL261.95º25.47%68.43%-
HSV(B)261.95º21.03%76.47%-
XYZ37.7735.4956.49-
YUV163.16145.97132.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 195 (76.56% from 255) = 37.64%
R=32.63%
G=29.73%
B=37.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691541950.130.2100.24261.9525.4768.43
HexA99AC3D150181061944
Octal251232303152503040631104
Binary101010011001101011000011110110101011000100000110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AC3; }

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

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

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

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

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

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

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

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