#AA5FFA

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

Shades of Medium Purple #AA5FFA

Tints of Medium Purple #AA5FFA

Color information

#AA5FFA (or 0xAA5FFA) is unknown color: approx Medium Purple. HEX triplet: AA, 5F and FA. RGB value is (170,95,250). Sum of RGB (Red+Green+Blue) = 170+95+250=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA5FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FFA is #55A005. Grayscale: #868686. Windows color (decimal): -5611526 or 16408490. OLE color: 16408490.

HSL color Cylindrical-coordinate representation of color #AA5FFA: hue angle of 269.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5FFA is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17095250-
CMYK0.320.6200.02
HSL269.03º93.94%67.65%-
HSV(B)269.03º62%98.04%-
XYZ37.9323.6393.01-
YUV135.1192.85152.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 95 (37.5% from 255) = 18.45%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=33.01%
G=18.45%
B=48.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal170952500.320.6200.02269.0393.9467.65
HexAA5FFA203E0210d5e44
Octal252137372407602415136104
Binary1010101010111111111101010000011111001010000110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FFA; }

 p { color: rgb(170,95,250); }

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

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

 a { background-color: rgb(170,95,250); }

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

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

 span { border-color: rgb(170,95,250); }

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