#AA7ABD

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

Shades of East Side #AA7ABD

Tints of East Side #AA7ABD

Color information

#AA7ABD (or 0xAA7ABD) is unknown color: approx East Side. HEX triplet: AA, 7A and BD. RGB value is (170,122,189). Sum of RGB (Red+Green+Blue) = 170+122+189=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA7ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ABD is #558542. Grayscale: #8F8F8F. Windows color (decimal): -5604675 or 12417706. OLE color: 12417706.

HSL color Cylindrical-coordinate representation of color #AA7ABD: hue angle of 282.99º degrees, saturation: 0.34, 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 #AA7ABD is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170122189-
CMYK0.100.3500.26
HSL282.99º33.67%60.98%-
HSV(B)282.99º35.45%74.12%-
XYZ32.7226.1451.46-
YUV143.99153.4146.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=35.34%
G=25.36%
B=39.29%

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
Decimal1701221890.100.3500.26282.9933.6760.98
HexAA7ABDA2301A11b223d
Octal25217227512430324334275
Binary101010101111010101111011010100011011010100011011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7ABD; }

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

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

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

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

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

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

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

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