#AA9DCC

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

Shades of Biloba Flower #AA9DCC

Tints of Biloba Flower #AA9DCC

Color information

#AA9DCC (or 0xAA9DCC) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and CC. RGB value is (170,157,204). Sum of RGB (Red+Green+Blue) = 170+157+204=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DCC is #556233. Grayscale: #A6A6A6. Windows color (decimal): -5595700 or 13409706. OLE color: 13409706.

HSL color Cylindrical-coordinate representation of color #AA9DCC: hue angle of 256.6º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9DCC is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170157204-
CMYK0.170.2300.2
HSL256.6º31.54%70.78%-
HSV(B)256.6º23.04%80%-
XYZ39.5337.0262.19-
YUV166.24149.31130.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=32.02%
G=29.57%
B=38.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701572040.170.2300.2256.631.5470.78
HexAA9DCC11170141012047
Octal252235314212702440140107
Binary10101010100111011100110010001101110101001000000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DCC; }

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

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

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

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

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

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

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

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