#AA7DC6

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

Shades of East Side #AA7DC6

Tints of East Side #AA7DC6

Color information

#AA7DC6 (or 0xAA7DC6) is unknown color: approx East Side. HEX triplet: AA, 7D and C6. RGB value is (170,125,198). Sum of RGB (Red+Green+Blue) = 170+125+198=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA7DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DC6 is #558239. Grayscale: #929292. Windows color (decimal): -5603898 or 13008298. OLE color: 13008298.

HSL color Cylindrical-coordinate representation of color #AA7DC6: hue angle of 276.99º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA7DC6 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170125198-
CMYK0.140.3700.22
HSL276.99º39.04%63.33%-
HSV(B)276.99º36.87%77.65%-
XYZ34.127.2956.9-
YUV146.78156.91144.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=34.48%
G=25.35%
B=40.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701251980.140.3700.22276.9939.0463.33
HexAA7DC6E25016115273f
Octal25217530616450264254777
Binary101010101111101110001101110100101010110100010101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7DC6; }

 p { color: rgb(170,125,198); }

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

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

 a { background-color: rgb(170,125,198); }

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

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

 span { border-color: rgb(170,125,198); }

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