#AA7CB5

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

Shades of East Side #AA7CB5

Tints of East Side #AA7CB5

Color information

#AA7CB5 (or 0xAA7CB5) is unknown color: approx East Side. HEX triplet: AA, 7C and B5. RGB value is (170,124,181). Sum of RGB (Red+Green+Blue) = 170+124+181=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA7CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CB5 is #55834A. Grayscale: #909090. Windows color (decimal): -5604171 or 11893930. OLE color: 11893930.

HSL color Cylindrical-coordinate representation of color #AA7CB5: hue angle of 288.42º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7CB5 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170124181-
CMYK0.060.3100.29
HSL288.42º27.8%59.8%-
HSV(B)288.42º31.49%70.98%-
XYZ32.1326.347.1-
YUV144.25148.74146.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 181 (71.09% from 255) = 38.11%
R=35.79%
G=26.11%
B=38.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701241810.060.3100.29288.4227.859.8
HexAA7CB561F01D1201c3c
Octal2521742656370354403474
Binary101010101111100101101011101111101110110010000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CB5; }

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

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

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

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

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

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

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

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