#AA60F1

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

Shades of Medium Purple #AA60F1

Tints of Medium Purple #AA60F1

Color information

#AA60F1 (or 0xAA60F1) is unknown color: approx Medium Purple. HEX triplet: AA, 60 and F1. RGB value is (170,96,241). Sum of RGB (Red+Green+Blue) = 170+96+241=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA60F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60F1 is #559F0E. Grayscale: #868686. Windows color (decimal): -5611279 or 15818922. OLE color: 15818922.

HSL color Cylindrical-coordinate representation of color #AA60F1: hue angle of 270.62º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA60F1 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17096241-
CMYK0.290.6000.05
HSL270.62º83.82%66.08%-
HSV(B)270.62º60.17%94.51%-
XYZ36.6423.2685.78-
YUV134.66188.02153.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 96 (37.89% from 255) = 18.93%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=33.53%
G=18.93%
B=47.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170962410.290.6000.05270.6283.8266.08
HexAA60F11D3C0510f5442
Octal252140361357405417124102
Binary1010101011000001111000111101111100010110000111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60F1; }

 p { color: rgb(170,96,241); }

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

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

 a { background-color: rgb(170,96,241); }

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

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

 span { border-color: rgb(170,96,241); }

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