#aa58fd

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

Shades of Medium Purple #AA58FD

Tints of Medium Purple #AA58FD

Color information

#AA58FD (or 0xAA58FD) is unknown color: approx Medium Purple. HEX triplet: AA, 58 and FD. RGB value is (170,88,253). Sum of RGB (Red+Green+Blue) = 170+88+253=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA58FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA58FD is #55A702. Grayscale: #828282. Windows color (decimal): -5613315 or 16603306. OLE color: 16603306.

HSL color Cylindrical-coordinate representation of color #AA58FD: hue angle of 269.82º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA58FD is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17088253-
CMYK0.330.6500.01
HSL269.82º97.63%66.86%-
HSV(B)269.82º65.22%99.22%-
XYZ37.822.6295.3-
YUV131.33196.67155.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 88 (34.77% from 255) = 17.22%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=33.27%
G=17.22%
B=49.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal170882530.330.6500.01269.8297.6366.86
HexAA58FD21410110e6243
Octal2521303754110101416142103
Binary1010101010110001111110110000110000010110000111011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa58fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa58fd; }

 p { color: rgb(170,88,253); }

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

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

 a { background-color: rgb(170,88,253); }

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

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

 span { border-color: rgb(170,88,253); }

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