#AA7CCD

Color #AA7CCD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA7CCD

Tints of East Side #AA7CCD

Color information

#AA7CCD (or 0xAA7CCD) is unknown color: approx East Side. HEX triplet: AA, 7C and CD. RGB value is (170,124,205). Sum of RGB (Red+Green+Blue) = 170+124+205=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA7CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CCD is #558332. Grayscale: #929292. Windows color (decimal): -5604147 or 13466794. OLE color: 13466794.

HSL color Cylindrical-coordinate representation of color #AA7CCD: hue angle of 274.07º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA7CCD is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170124205-
CMYK0.170.4000.20
HSL274.07º44.75%64.51%-
HSV(B)274.07º39.51%80.39%-
XYZ34.827.3761.21-
YUV146.99160.74144.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 124 (48.83% from 255) = 24.85%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=34.07%
G=24.85%
B=41.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701242050.170.4000.20274.0744.7564.51
HexAA7CCD11280141122d41
Octal252174315215002442255101
Binary10101010111110011001101100011010000101001000100101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CCD; }

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

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

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

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

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

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

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

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