#AA74DE

Color #AA74DE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AA74DE

Tints of Medium Purple #AA74DE

Color information

#AA74DE (or 0xAA74DE) is unknown color: approx Medium Purple. HEX triplet: AA, 74 and DE. RGB value is (170,116,222). Sum of RGB (Red+Green+Blue) = 170+116+222=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA74DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74DE is #558B21. Grayscale: #8F8F8F. Windows color (decimal): -5606178 or 14578858. OLE color: 14578858.

HSL color Cylindrical-coordinate representation of color #AA74DE: hue angle of 270.57º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA74DE is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170116222-
CMYK0.230.4800.13
HSL270.57º61.63%66.27%-
HSV(B)270.57º47.75%87.06%-
XYZ36.0126.3172.29-
YUV144.23171.89146.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 116 (45.70% from 255) = 22.83%
BLUE value IS 222 (87.11% from 255) = 43.70%
R=33.46%
G=22.83%
B=43.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701162220.230.4800.13270.5761.6366.27
HexAA74DE17300D10f3e42
Octal252164336276001541776102
Binary1010101011101001101111010111110000011011000011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA74DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA74DE; }

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

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

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

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

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

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

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

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