#A060F6

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

Shades of Medium Purple #A060F6

Tints of Medium Purple #A060F6

Color information

#A060F6 (or 0xA060F6) is unknown color: approx Medium Purple. HEX triplet: A0, 60 and F6. RGB value is (160,96,246). Sum of RGB (Red+Green+Blue) = 160+96+246=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #A060F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A060F6 is #5F9F09. Grayscale: #838383. Windows color (decimal): -6266634 or 16146592. OLE color: 16146592.

HSL color Cylindrical-coordinate representation of color #A060F6: hue angle of 265.6º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A060F6 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16096246-
CMYK0.350.6100.04
HSL265.6º89.29%67.06%-
HSV(B)265.6º60.98%96.47%-
XYZ35.3122.4989.67-
YUV132.24192.2147.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 96 (37.89% from 255) = 19.12%
BLUE value IS 246 (96.48% from 255) = 49.00%
R=31.87%
G=19.12%
B=49.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160962460.350.6100.04265.689.2967.06
HexA060F6233D0410a5943
Octal240140366437504412131103
Binary10100000110000011110110100011111101010010000101010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A060F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A060F6; }

 p { color: rgb(160,96,246); }

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

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

 a { background-color: rgb(160,96,246); }

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

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

 span { border-color: rgb(160,96,246); }

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