#A058F2

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

Shades of Medium Purple #A058F2

Tints of Medium Purple #A058F2

Color information

#A058F2 (or 0xA058F2) is unknown color: approx Medium Purple. HEX triplet: A0, 58 and F2. RGB value is (160,88,242). Sum of RGB (Red+Green+Blue) = 160+88+242=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #A058F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A058F2 is #5FA70D. Grayscale: #7E7E7E. Windows color (decimal): -6268686 or 15882400. OLE color: 15882400.

HSL color Cylindrical-coordinate representation of color #A058F2: hue angle of 268.05º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A058F2 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16088242-
CMYK0.340.6400.05
HSL268.05º85.56%64.71%-
HSV(B)268.05º63.64%94.9%-
XYZ34.0120.8686.24-
YUV127.08192.85151.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 88 (34.77% from 255) = 17.96%
BLUE value IS 242 (94.92% from 255) = 49.39%
R=32.65%
G=17.96%
B=49.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160882420.340.6400.05268.0585.5664.71
HexA058F222400510c5641
Octal2401303624210005414126101
Binary101000001011000111100101000101000000010110000110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058F2; }

 p { color: rgb(160,88,242); }

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

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

 a { background-color: rgb(160,88,242); }

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

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

 span { border-color: rgb(160,88,242); }

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