#A628A0

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

Shades of Medium Red Violet #A628A0

Tints of Medium Red Violet #A628A0

Color information

#A628A0 (or 0xA628A0) is unknown color: approx Medium Red Violet. HEX triplet: A6, 28 and A0. RGB value is (166,40,160). Sum of RGB (Red+Green+Blue) = 166+40+160=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A628A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A628A0 is #59D75F. Grayscale: #5B5B5B. Windows color (decimal): -5887840 or 10496166. OLE color: 10496166.

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

Color convert

RGB16640160-
CMYK00.760.040.35
HSL302.86º61.17%40.39%-
HSV(B)302.86º75.9%65.1%-
XYZ22.8312.1634.4-
YUV91.35166.74181.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 40 (16.02% from 255) = 10.93%
BLUE value IS 160 (62.89% from 255) = 43.72%
R=45.36%
G=10.93%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664016000.760.040.35302.8661.1740.39
HexA628A004C42312f3d28
Octal2465024001144434577550
Binary101001101010001010000001001100100100011100101111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A628A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A628A0; }

 p { color: rgb(166,40,160); }

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

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

 a { background-color: rgb(166,40,160); }

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

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

 span { border-color: rgb(166,40,160); }

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