#A628A1

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

Shades of Medium Red Violet #A628A1

Tints of Medium Red Violet #A628A1

Color information

#A628A1 (or 0xA628A1) is unknown color: approx Medium Red Violet. HEX triplet: A6, 28 and A1. RGB value is (166,40,161). Sum of RGB (Red+Green+Blue) = 166+40+161=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A628A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A628A1 is #59D75E. Grayscale: #5B5B5B. Windows color (decimal): -5887839 or 10561702. OLE color: 10561702.

HSL color Cylindrical-coordinate representation of color #A628A1: hue angle of 302.38º 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 #A628A1 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB16640161-
CMYK00.760.030.35
HSL302.38º61.17%40.39%-
HSV(B)302.38º75.9%65.1%-
XYZ22.9212.234.86-
YUV91.47167.24181.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 40 (16.02% from 255) = 10.90%
BLUE value IS 161 (63.28% from 255) = 43.87%
R=45.23%
G=10.90%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664016100.760.030.35302.3861.1740.39
HexA628A104C32312e3d28
Octal2465024101143434567550
Binary10100110101000101000010100110011100011100101110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A628A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A628A1; }

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

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

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

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

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

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

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

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