#AA9DCA

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

Shades of Biloba Flower #AA9DCA

Tints of Biloba Flower #AA9DCA

Color information

#AA9DCA (or 0xAA9DCA) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and CA. RGB value is (170,157,202). Sum of RGB (Red+Green+Blue) = 170+157+202=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA9DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DCA is #556235. Grayscale: #A5A5A5. Windows color (decimal): -5595702 or 13278634. OLE color: 13278634.

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

Color convert

RGB170157202-
CMYK0.160.2200.21
HSL257.33º29.8%70.39%-
HSV(B)257.33º22.28%79.22%-
XYZ39.336.9260.93-
YUV166.02148.31130.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 157 (61.72% from 255) = 29.68%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=32.14%
G=29.68%
B=38.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701572020.160.2200.21257.3329.870.39
HexAA9DCA10160151011e46
Octal252235312202602540136106
Binary1010101010011101110010101000010110010101100000001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DCA; }

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

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

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

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

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

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

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

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