#AA74BF

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

Shades of East Side #AA74BF

Tints of East Side #AA74BF

Color information

#AA74BF (or 0xAA74BF) is unknown color: approx East Side. HEX triplet: AA, 74 and BF. RGB value is (170,116,191). Sum of RGB (Red+Green+Blue) = 170+116+191=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA74BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74BF is #558B40. Grayscale: #8C8C8C. Windows color (decimal): -5606209 or 12547242. OLE color: 12547242.

HSL color Cylindrical-coordinate representation of color #AA74BF: hue angle of 283.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA74BF is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170116191-
CMYK0.110.3900.25
HSL283.2º36.95%60.2%-
HSV(B)283.2º39.27%74.9%-
XYZ32.2324.852.38-
YUV140.7156.39148.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 191 (75% from 255) = 40.04%
R=35.64%
G=24.32%
B=40.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701161910.110.3900.25283.236.9560.2
HexAA74BFB2701911b253c
Octal25216427713470314334574
Binary101010101110100101111111011100111011001100011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA74BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA74BF; }

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

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

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

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

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

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

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

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