#AA72F0

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

Shades of Medium Purple #AA72F0

Tints of Medium Purple #AA72F0

Color information

#AA72F0 (or 0xAA72F0) is unknown color: approx Medium Purple. HEX triplet: AA, 72 and F0. RGB value is (170,114,240). Sum of RGB (Red+Green+Blue) = 170+114+240=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA72F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA72F0 is #558D0F. Grayscale: #909090. Windows color (decimal): -5606672 or 15757994. OLE color: 15757994.

HSL color Cylindrical-coordinate representation of color #AA72F0: hue angle of 266.67º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA72F0 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170114240-
CMYK0.290.5200.06
HSL266.67º80.77%69.41%-
HSV(B)266.67º52.5%94.12%-
XYZ38.3226.8785.61-
YUV145.11181.55145.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 114 (44.92% from 255) = 21.76%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=32.44%
G=21.76%
B=45.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701142400.290.5200.06266.6780.7769.41
HexAA72F01D340610b5145
Octal252162360356406413121105
Binary1010101011100101111000011101110100011010000101110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72F0; }

 p { color: rgb(170,114,240); }

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

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

 a { background-color: rgb(170,114,240); }

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

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

 span { border-color: rgb(170,114,240); }

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