Html Css Color HEX #A42572 Medium Red Violet

📋 copy color: '#A42572'

red 164 ◦ green 37 ◦ blue 114

#A42572
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A42572

Tints of Medium Red Violet #A42572

RGB

 RED value IS 164 (64.45% from 255) = 52.06%

 GREEN value IS 37 (14.84% from 255) = 11.75%

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 52.06%
G = 11.75%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A42572 (or 0xA42572) is known color: Medium Red Violet. HEX triplet: A4, 25 and 72. RGB value is (164,37,114). Sum of RGB (Red+Green+Blue) = 164+37+114=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A42572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42572 is #5BDA8D. Grayscale: #535353. Windows color (decimal): -6019726 or 7480740. OLE color: 7480740.

HSL color Cylindrical-coordinate representation of color #A42572: hue angle of 323.62º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42572 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 37 114 -
CMYK 0 0.77 0.30 0.36
HSL 323.62º 0.63% 0.39% -
HSV(B) 323.62º 0.77% 0.64% -
XYZ 19.01 10.43 16.93 -
YUV 83.75 145.08 185.24 -
System Red Green Blue C M Y K H S L
Decimal 164 37 114 0 0.77 0.30 0.36 323.62 0.63 0.39
Hex A4 25 72 0 4D 1E 24 144 3F 27
Octal 244 45 162 0 115 36 44 504 77 47
Binary 10100100 100101 1110010 0 1001101 11110 100100 101000100 111111 100111

Color Harmonies of #A42572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42572

Black with #A42572

Text Example


Text Example

White with #A42572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42572; }

 p { color: rgb(164,37,114); }

 H1.HeaderClassName
 {
   color: #A42572;
 }
 .AnyTagClassName
 {
   color: #A42572;
 }
</style>

background-color css

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

 a { background-color: rgb(164,37,114); }

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

border-color css

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

 span { border-color: rgb(164,37,114); }

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