#A99ACA

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

Shades of Biloba Flower #A99ACA

Tints of Biloba Flower #A99ACA

Color information

#A99ACA (or 0xA99ACA) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and CA. RGB value is (169,154,202). Sum of RGB (Red+Green+Blue) = 169+154+202=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #A99ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ACA is #566535. Grayscale: #A3A3A3. Windows color (decimal): -5662006 or 13277865. OLE color: 13277865.

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

Color convert

RGB169154202-
CMYK0.160.2400.21
HSL258.75º31.17%69.8%-
HSV(B)258.75º23.76%79.22%-
XYZ38.5835.8160.76-
YUV163.96149.47131.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=32.19%
G=29.33%
B=38.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691542020.160.2400.21258.7531.1769.8
HexA99ACA10180151031f46
Octal251232312203002540337106
Binary1010100110011010110010101000011000010101100000011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99ACA; }

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

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

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

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

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

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

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

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