#AA7CC7

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

Shades of East Side #AA7CC7

Tints of East Side #AA7CC7

Color information

#AA7CC7 (or 0xAA7CC7) is unknown color: approx East Side. HEX triplet: AA, 7C and C7. RGB value is (170,124,199). Sum of RGB (Red+Green+Blue) = 170+124+199=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA7CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CC7 is #558338. Grayscale: #929292. Windows color (decimal): -5604153 or 13073578. OLE color: 13073578.

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

Color convert

RGB170124199-
CMYK0.150.3800.22
HSL276.8º40.11%63.33%-
HSV(B)276.8º37.69%78.04%-
XYZ34.0927.0857.46-
YUV146.3157.74144.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 124 (48.83% from 255) = 25.15%
BLUE value IS 199 (78.12% from 255) = 40.37%
R=34.48%
G=25.15%
B=40.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701241990.150.3800.22276.840.1163.33
HexAA7CC7F26016115283f
Octal25217430717460264255077
Binary101010101111100110001111111100110010110100010101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CC7; }

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

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

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

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

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

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

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

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