#AA61F3

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

Shades of Medium Purple #AA61F3

Tints of Medium Purple #AA61F3

Color information

#AA61F3 (or 0xAA61F3) is unknown color: approx Medium Purple. HEX triplet: AA, 61 and F3. RGB value is (170,97,243). Sum of RGB (Red+Green+Blue) = 170+97+243=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA61F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA61F3 is #559E0C. Grayscale: #868686. Windows color (decimal): -5611021 or 15950250. OLE color: 15950250.

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

Color convert

RGB17097243-
CMYK0.300.6000.05
HSL270º85.88%66.67%-
HSV(B)270º60.08%95.29%-
XYZ37.0323.5787.39-
YUV135.47188.68152.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 19.02%
BLUE value IS 243 (95.31% from 255) = 47.65%
R=33.33%
G=19.02%
B=47.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170972430.300.6000.0527085.8866.67
HexAA61F31E3C0510e5643
Octal252141363367405416126103
Binary1010101011000011111001111110111100010110000111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61F3; }

 p { color: rgb(170,97,243); }

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

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

 a { background-color: rgb(170,97,243); }

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

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

 span { border-color: rgb(170,97,243); }

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