Html Css Color HEX #A12873 Medium Red Violet

📋 copy color: '#A12873'

red 161 ◦ green 40 ◦ blue 115

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

Shades of Medium Red Violet #A12873

Tints of Medium Red Violet #A12873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 50.95%
G = 12.66%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A12873 (or 0xA12873) is known color: Medium Red Violet. HEX triplet: A1, 28 and 73. RGB value is (161,40,115). Sum of RGB (Red+Green+Blue) = 161+40+115=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A12873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12873 is #5ED78C. Grayscale: #545454. Windows color (decimal): -6215565 or 7547041. OLE color: 7547041.

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

Color convert

RGB 161 40 115 -
CMYK 0 0.75 0.29 0.37
HSL 322.81º 0.6% 0.39% -
HSV(B) 322.81º 0.75% 0.63% -
XYZ 18.55 10.33 17.24 -
YUV 84.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 161 40 115 0 0.75 0.29 0.37 322.81 0.6 0.39
Hex A1 28 73 0 4B 1D 25 143 3C 27
Octal 241 50 163 0 113 35 45 503 74 47
Binary 10100001 101000 1110011 0 1001011 11101 100101 101000011 111100 100111

Color Harmonies of #A12873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12873

Black with #A12873

Text Example


Text Example

White with #A12873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12873; }

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

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

background-color css

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

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

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

border-color css

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

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

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