#AA9CCD

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

Shades of Biloba Flower #AA9CCD

Tints of Biloba Flower #AA9CCD

Color information

#AA9CCD (or 0xAA9CCD) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and CD. RGB value is (170,156,205). Sum of RGB (Red+Green+Blue) = 170+156+205=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CCD is #556332. Grayscale: #A5A5A5. Windows color (decimal): -5595955 or 13474986. OLE color: 13474986.

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

Color convert

RGB170156205-
CMYK0.170.2400.20
HSL257.14º32.89%70.78%-
HSV(B)257.14º23.9%80.39%-
XYZ39.4936.7362.77-
YUV165.77150.14131.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=32.02%
G=29.38%
B=38.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701562050.170.2400.20257.1432.8970.78
HexAA9CCD11180141012147
Octal252234315213002440141107
Binary10101010100111001100110110001110000101001000000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CCD; }

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

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

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

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

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

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

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

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