#AA74F7

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

Shades of Medium Purple #AA74F7

Tints of Medium Purple #AA74F7

Color information

#AA74F7 (or 0xAA74F7) is unknown color: approx Medium Purple. HEX triplet: AA, 74 and F7. RGB value is (170,116,247). Sum of RGB (Red+Green+Blue) = 170+116+247=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA74F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA74F7 is #558B08. Grayscale: #929292. Windows color (decimal): -5606153 or 16217258. OLE color: 16217258.

HSL color Cylindrical-coordinate representation of color #AA74F7: hue angle of 264.73º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA74F7 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170116247-
CMYK0.310.5300.03
HSL264.73º89.12%71.18%-
HSV(B)264.73º53.04%96.86%-
XYZ39.6127.7591.26-
YUV147.08184.39144.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 247 (96.88% from 255) = 46.34%
R=31.89%
G=21.76%
B=46.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701162470.310.5300.03264.7389.1271.18
HexAA74F71F35031095947
Octal252164367376503411131107
Binary101010101110100111101111111111010101110000100110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA74F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA74F7; }

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

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

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

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

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

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

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

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