#AA74B5

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

Shades of East Side #AA74B5

Tints of East Side #AA74B5

Color information

#AA74B5 (or 0xAA74B5) is unknown color: approx East Side. HEX triplet: AA, 74 and B5. RGB value is (170,116,181). Sum of RGB (Red+Green+Blue) = 170+116+181=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA74B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74B5 is #558B4A. Grayscale: #8B8B8B. Windows color (decimal): -5606219 or 11891882. OLE color: 11891882.

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

Color convert

RGB170116181-
CMYK0.060.3600.29
HSL289.85º30.52%58.24%-
HSV(B)289.85º35.91%70.98%-
XYZ31.1624.3746.78-
YUV139.56151.39149.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 181 (71.09% from 255) = 38.76%
R=36.40%
G=24.84%
B=38.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701161810.060.3600.29289.8530.5258.24
HexAA74B562401D1221f3a
Octal2521642656440354423772
Binary1010101011101001011010111010010001110110010001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA74B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA74B5; }

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

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

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

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

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

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

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

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