Html Css Color HEX #A42871 Medium Red Violet

📋 copy color: '#A42871'

red 164 ◦ green 40 ◦ blue 113

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

Shades of Medium Red Violet #A42871

Tints of Medium Red Violet #A42871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.62%

 BLUE value IS 113 (44.53% from 255) = 35.65%

R = 51.74%
G = 12.62%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A42871 (or 0xA42871) is known color: Medium Red Violet. HEX triplet: A4, 28 and 71. RGB value is (164,40,113). Sum of RGB (Red+Green+Blue) = 164+40+113=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A42871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42871 is #5BD78E. Grayscale: #555555. Windows color (decimal): -6018959 or 7415972. OLE color: 7415972.

HSL color Cylindrical-coordinate representation of color #A42871: hue angle of 324.68º degrees, saturation: 0.61, 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 #A42871 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 40 113 -
CMYK 0 0.76 0.31 0.36
HSL 324.68º 0.61% 0.4% -
HSV(B) 324.68º 0.76% 0.64% -
XYZ 19.05 10.6 16.67 -
YUV 85.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 164 40 113 0 0.76 0.31 0.36 324.68 0.61 0.4
Hex A4 28 71 0 4C 1F 24 145 3D 28
Octal 244 50 161 0 114 37 44 505 75 50
Binary 10100100 101000 1110001 0 1001100 11111 100100 101000101 111101 101000

Color Harmonies of #A42871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42871

Black with #A42871

Text Example


Text Example

White with #A42871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42871; }

 p { color: rgb(164,40,113); }

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

background-color css

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

 a { background-color: rgb(164,40,113); }

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

border-color css

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

 span { border-color: rgb(164,40,113); }

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