#AA7CB6

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

Shades of East Side #AA7CB6

Tints of East Side #AA7CB6

Color information

#AA7CB6 (or 0xAA7CB6) is unknown color: approx East Side. HEX triplet: AA, 7C and B6. RGB value is (170,124,182). Sum of RGB (Red+Green+Blue) = 170+124+182=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA7CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CB6 is #558349. Grayscale: #909090. Windows color (decimal): -5604170 or 11959466. OLE color: 11959466.

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

Color convert

RGB170124182-
CMYK0.070.3200.29
HSL287.59º28.43%60%-
HSV(B)287.59º31.87%71.37%-
XYZ32.2326.3447.64-
YUV144.37149.24146.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 124 (48.83% from 255) = 26.05%
BLUE value IS 182 (71.48% from 255) = 38.24%
R=35.71%
G=26.05%
B=38.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701241820.070.3200.29287.5928.4360
HexAA7CB672001D1201c3c
Octal2521742667400354403474
Binary1010101011111001011011011110000001110110010000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CB6; }

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

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

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

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

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

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

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

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