#AA9DCD

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

Shades of Biloba Flower #AA9DCD

Tints of Biloba Flower #AA9DCD

Color information

#AA9DCD (or 0xAA9DCD) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and CD. RGB value is (170,157,205). Sum of RGB (Red+Green+Blue) = 170+157+205=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DCD is #556232. Grayscale: #A6A6A6. Windows color (decimal): -5595699 or 13475242. OLE color: 13475242.

HSL color Cylindrical-coordinate representation of color #AA9DCD: hue angle of 256.25º 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 #AA9DCD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170157205-
CMYK0.170.2300.20
HSL256.25º32.43%70.98%-
HSV(B)256.25º23.41%80.39%-
XYZ39.6537.0762.82-
YUV166.36149.81130.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=31.95%
G=29.51%
B=38.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701572050.170.2300.20256.2532.4370.98
HexAA9DCD11170141002047
Octal252235315212702440040107
Binary10101010100111011100110110001101110101001000000001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DCD; }

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

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

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

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

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

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

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

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