#AA9DC2

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

Shades of Biloba Flower #AA9DC2

Tints of Biloba Flower #AA9DC2

Color information

#AA9DC2 (or 0xAA9DC2) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and C2. RGB value is (170,157,194). Sum of RGB (Red+Green+Blue) = 170+157+194=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA9DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DC2 is #55623D. Grayscale: #A4A4A4. Windows color (decimal): -5595710 or 12754346. OLE color: 12754346.

HSL color Cylindrical-coordinate representation of color #AA9DC2: hue angle of 261.08º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA9DC2 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170157194-
CMYK0.120.1900.24
HSL261.08º23.27%68.82%-
HSV(B)261.08º19.07%76.08%-
XYZ38.3736.5656.07-
YUV165.1144.31131.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 194 (76.17% from 255) = 37.24%
R=32.63%
G=30.13%
B=37.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701571940.120.1900.24261.0823.2768.82
HexAA9DC2C130181051745
Octal252235302142303040527105
Binary101010101001110111000010110010011011000100000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DC2; }

 p { color: rgb(170,157,194); }

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

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

 a { background-color: rgb(170,157,194); }

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

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

 span { border-color: rgb(170,157,194); }

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