#A42A7A

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

Shades of Medium Red Violet #A42A7A

Tints of Medium Red Violet #A42A7A

Color information

#A42A7A (or 0xA42A7A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 2A and 7A. RGB value is (164,42,122). Sum of RGB (Red+Green+Blue) = 164+42+122=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42A7A is #5BD585. Grayscale: #575757. Windows color (decimal): -6018438 or 8006308. OLE color: 8006308.

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

Color convert

RGB16442122-
CMYK00.740.260.36
HSL320.66º59.22%40.39%-
HSV(B)320.66º74.39%64.31%-
XYZ19.6510.9519.49-
YUV87.6147.42182.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 12.80%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=50%
G=12.80%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644212200.740.260.36320.6659.2240.39
HexA42A7A04A1A241413b28
Octal24452172011232445017350
Binary1010010010101011110100100101011010100100101000001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42A7A; }

 p { color: rgb(164,42,122); }

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

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

 a { background-color: rgb(164,42,122); }

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

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

 span { border-color: rgb(164,42,122); }

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