#AA75ED

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

Shades of Medium Purple #AA75ED

Tints of Medium Purple #AA75ED

Color information

#AA75ED (or 0xAA75ED) is unknown color: approx Medium Purple. HEX triplet: AA, 75 and ED. RGB value is (170,117,237). Sum of RGB (Red+Green+Blue) = 170+117+237=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA75ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA75ED is #558A12. Grayscale: #929292. Windows color (decimal): -5605907 or 15562154. OLE color: 15562154.

HSL color Cylindrical-coordinate representation of color #AA75ED: hue angle of 266.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA75ED is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170117237-
CMYK0.280.5100.07
HSL266.5º76.92%69.41%-
HSV(B)266.5º50.63%92.94%-
XYZ38.2227.3883.39-
YUV146.53179.06144.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 117 (46.09% from 255) = 22.33%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=32.44%
G=22.33%
B=45.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701172370.280.5100.07266.576.9269.41
HexAA75ED1C330710a4d45
Octal252165355346307412115105
Binary1010101011101011110110111100110011011110000101010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA75ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA75ED; }

 p { color: rgb(170,117,237); }

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

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

 a { background-color: rgb(170,117,237); }

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

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

 span { border-color: rgb(170,117,237); }

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