#A060EA

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

Shades of Medium Purple #A060EA

Tints of Medium Purple #A060EA

Color information

#A060EA (or 0xA060EA) is unknown color: approx Medium Purple. HEX triplet: A0, 60 and EA. RGB value is (160,96,234). Sum of RGB (Red+Green+Blue) = 160+96+234=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #A060EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A060EA is #5F9F15. Grayscale: #828282. Windows color (decimal): -6266646 or 15360160. OLE color: 15360160.

HSL color Cylindrical-coordinate representation of color #A060EA: hue angle of 267.83º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A060EA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16096234-
CMYK0.320.5900.08
HSL267.83º76.67%64.71%-
HSV(B)267.83º58.97%91.76%-
XYZ33.5321.7880.28-
YUV130.87186.2148.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 96 (37.89% from 255) = 19.59%
BLUE value IS 234 (91.80% from 255) = 47.76%
R=32.65%
G=19.59%
B=47.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal160962340.320.5900.08267.8376.6764.71
HexA060EA203B0810c4d41
Octal2401403524073010414115101
Binary101000001100000111010101000001110110100010000110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A060EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A060EA; }

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

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

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

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

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

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

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

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