#AA7ABC

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

Shades of East Side #AA7ABC

Tints of East Side #AA7ABC

Color information

#AA7ABC (or 0xAA7ABC) is unknown color: approx East Side. HEX triplet: AA, 7A and BC. RGB value is (170,122,188). Sum of RGB (Red+Green+Blue) = 170+122+188=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA7ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ABC is #558543. Grayscale: #8F8F8F. Windows color (decimal): -5604676 or 12352170. OLE color: 12352170.

HSL color Cylindrical-coordinate representation of color #AA7ABC: hue angle of 283.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA7ABC is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170122188-
CMYK0.100.3500.26
HSL283.64º33%60.78%-
HSV(B)283.64º35.11%73.73%-
XYZ32.6126.150.9-
YUV143.88152.9146.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=35.42%
G=25.42%
B=39.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701221880.100.3500.26283.643360.78
HexAA7ABCA2301A11c213d
Octal25217227412430324344175
Binary101010101111010101111001010100011011010100011100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7ABC; }

 p { color: rgb(170,122,188); }

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

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

 a { background-color: rgb(170,122,188); }

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

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

 span { border-color: rgb(170,122,188); }

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