#AA7BB6

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

Shades of East Side #AA7BB6

Tints of East Side #AA7BB6

Color information

#AA7BB6 (or 0xAA7BB6) is unknown color: approx East Side. HEX triplet: AA, 7B and B6. RGB value is (170,123,182). Sum of RGB (Red+Green+Blue) = 170+123+182=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA7BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BB6 is #558449. Grayscale: #8F8F8F. Windows color (decimal): -5604426 or 11959210. OLE color: 11959210.

HSL color Cylindrical-coordinate representation of color #AA7BB6: hue angle of 287.8º degrees, saturation: 0.29, 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 #AA7BB6 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170123182-
CMYK0.070.3200.29
HSL287.8º28.78%59.8%-
HSV(B)287.8º32.42%71.37%-
XYZ32.126.0947.6-
YUV143.78149.57146.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=35.79%
G=25.89%
B=38.32%

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
Decimal1701231820.070.3200.29287.828.7859.8
HexAA7BB672001D1201d3c
Octal2521732667400354403574
Binary1010101011110111011011011110000001110110010000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BB6; }

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

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

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

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

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

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

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

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