Html Css Color HEX #A12871 Medium Red Violet

📋 copy color: '#A12871'

red 161 ◦ green 40 ◦ blue 113

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

Shades of Medium Red Violet #A12871

Tints of Medium Red Violet #A12871

RGB

 RED value IS 161 (63.28% from 255) = 51.27%

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

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

R = 51.27%
G = 12.74%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A12871 (or 0xA12871) is known color: Medium Red Violet. HEX triplet: A1, 28 and 71. RGB value is (161,40,113). Sum of RGB (Red+Green+Blue) = 161+40+113=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A12871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12871 is #5ED78E. Grayscale: #545454. Windows color (decimal): -6215567 or 7415969. OLE color: 7415969.

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

Color convert

RGB 161 40 113 -
CMYK 0 0.75 0.30 0.37
HSL 323.8º 0.6% 0.39% -
HSV(B) 323.8º 0.75% 0.63% -
XYZ 18.44 10.29 16.64 -
YUV 84.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 161 40 113 0 0.75 0.30 0.37 323.8 0.6 0.39
Hex A1 28 71 0 4B 1E 25 144 3C 27
Octal 241 50 161 0 113 36 45 504 74 47
Binary 10100001 101000 1110001 0 1001011 11110 100101 101000100 111100 100111

Color Harmonies of #A12871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12871

Black with #A12871

Text Example


Text Example

White with #A12871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12871; }

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

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

background-color css

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

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

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

border-color css

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

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

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