#A062F3

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

Shades of Medium Purple #A062F3

Tints of Medium Purple #A062F3

Color information

#A062F3 (or 0xA062F3) is unknown color: approx Medium Purple. HEX triplet: A0, 62 and F3. RGB value is (160,98,243). Sum of RGB (Red+Green+Blue) = 160+98+243=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #A062F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A062F3 is #5F9D0C. Grayscale: #848484. Windows color (decimal): -6266125 or 15950496. OLE color: 15950496.

HSL color Cylindrical-coordinate representation of color #A062F3: hue angle of 265.66º 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 #A062F3 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16098243-
CMYK0.340.6000.05
HSL265.66º85.8%66.86%-
HSV(B)265.66º59.67%95.29%-
XYZ35.0422.6887.32-
YUV133.07190.04147.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 98 (38.67% from 255) = 19.56%
BLUE value IS 243 (95.31% from 255) = 48.50%
R=31.94%
G=19.56%
B=48.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160982430.340.6000.05265.6685.866.86
HexA062F3223C0510a5643
Octal240142363427405412126103
Binary10100000110001011110011100010111100010110000101010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A062F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A062F3; }

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

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

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

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

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

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

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

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