#A4279D

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

Shades of Medium Red Violet #A4279D

Tints of Medium Red Violet #A4279D

Color information

#A4279D (or 0xA4279D) is unknown color: approx Medium Red Violet. HEX triplet: A4, 27 and 9D. RGB value is (164,39,157). Sum of RGB (Red+Green+Blue) = 164+39+157=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4279D is #5BD862. Grayscale: #595959. Windows color (decimal): -6019171 or 10299300. OLE color: 10299300.

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

Color convert

RGB16439157-
CMYK00.760.040.36
HSL303.36º61.58%39.8%-
HSV(B)303.36º76.22%64.31%-
XYZ22.1211.7833.01-
YUV89.83165.91180.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 39 (15.62% from 255) = 10.83%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=45.56%
G=10.83%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643915700.760.040.36303.3661.5839.8
HexA4279D04C42412f3e28
Octal2444723501144444577650
Binary101001001001111001110101001100100100100100101111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4279D; }

 p { color: rgb(164,39,157); }

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

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

 a { background-color: rgb(164,39,157); }

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

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

 span { border-color: rgb(164,39,157); }

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