Html Css Color HEX #A42574 Medium Red Violet

📋 copy color: '#A42574'

red 164 ◦ green 37 ◦ blue 116

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

Shades of Medium Red Violet #A42574

Tints of Medium Red Violet #A42574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 51.74%
G = 11.67%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A42574 (or 0xA42574) is known color: Medium Red Violet. HEX triplet: A4, 25 and 74. RGB value is (164,37,116). Sum of RGB (Red+Green+Blue) = 164+37+116=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A42574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42574 is #5BDA8B. Grayscale: #535353. Windows color (decimal): -6019724 or 7611812. OLE color: 7611812.

HSL color Cylindrical-coordinate representation of color #A42574: hue angle of 322.68º 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 #A42574 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 37 116 -
CMYK 0 0.77 0.29 0.36
HSL 322.68º 0.63% 0.39% -
HSV(B) 322.68º 0.77% 0.64% -
XYZ 19.12 10.48 17.54 -
YUV 83.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 164 37 116 0 0.77 0.29 0.36 322.68 0.63 0.39
Hex A4 25 74 0 4D 1D 24 143 3F 27
Octal 244 45 164 0 115 35 44 503 77 47
Binary 10100100 100101 1110100 0 1001101 11101 100100 101000011 111111 100111

Color Harmonies of #A42574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42574

Black with #A42574

Text Example


Text Example

White with #A42574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42574; }

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

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

background-color css

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

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

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

border-color css

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

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

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