#A625A1

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

Shades of Medium Red Violet #A625A1

Tints of Medium Red Violet #A625A1

Color information

#A625A1 (or 0xA625A1) is unknown color: approx Medium Red Violet. HEX triplet: A6, 25 and A1. RGB value is (166,37,161). Sum of RGB (Red+Green+Blue) = 166+37+161=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A625A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A625A1 is #59DA5E. Grayscale: #595959. Windows color (decimal): -5888607 or 10560934. OLE color: 10560934.

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

Color convert

RGB16637161-
CMYK00.780.030.35
HSL302.33º63.55%39.8%-
HSV(B)302.33º77.71%65.1%-
XYZ22.821234.83-
YUV89.71168.24182.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 37 (14.84% from 255) = 10.16%
BLUE value IS 161 (63.28% from 255) = 44.23%
R=45.60%
G=10.16%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663716100.780.030.35302.3363.5539.8
HexA625A104E32312e4028
Octal24645241011634345610050
Binary101001101001011010000101001110111000111001011101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A625A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A625A1; }

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

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

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

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

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

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

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

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