#A062E4

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

Shades of Medium Purple #A062E4

Tints of Medium Purple #A062E4

Color information

#A062E4 (or 0xA062E4) is unknown color: approx Medium Purple. HEX triplet: A0, 62 and E4. RGB value is (160,98,228). Sum of RGB (Red+Green+Blue) = 160+98+228=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #A062E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062E4 is #5F9D1B. Grayscale: #828282. Windows color (decimal): -6266140 or 14967456. OLE color: 14967456.

HSL color Cylindrical-coordinate representation of color #A062E4: hue angle of 268.62º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A062E4 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16098228-
CMYK0.300.5700.11
HSL268.62º70.65%63.92%-
HSV(B)268.62º57.02%89.41%-
XYZ32.8721.8175.88-
YUV131.36182.54148.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 98 (38.67% from 255) = 20.16%
BLUE value IS 228 (89.45% from 255) = 46.91%
R=32.92%
G=20.16%
B=46.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160982280.300.5700.11268.6270.6563.92
HexA062E41E390B10d4740
Octal2401423443671013415107100
Binary10100000110001011100100111101110010101110000110110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A062E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A062E4; }

 p { color: rgb(160,98,228); }

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

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

 a { background-color: rgb(160,98,228); }

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

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

 span { border-color: rgb(160,98,228); }

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