Html Css Color HEX #A12C7D Medium Red Violet

📋 copy color: '#A12C7D'

red 161 ◦ green 44 ◦ blue 125

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

Shades of Medium Red Violet #A12C7D

Tints of Medium Red Violet #A12C7D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.33%

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 48.79%
G = 13.33%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A12C7D (or 0xA12C7D) is known color: Medium Red Violet. HEX triplet: A1, 2C and 7D. RGB value is (161,44,125). Sum of RGB (Red+Green+Blue) = 161+44+125=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12C7D is #5ED382. Grayscale: #585858. Windows color (decimal): -6214531 or 8203425. OLE color: 8203425.

HSL color Cylindrical-coordinate representation of color #A12C7D: hue angle of 318.46º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12C7D is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 44 125 -
CMYK 0 0.73 0.22 0.37
HSL 318.46º 0.57% 0.4% -
HSV(B) 318.46º 0.73% 0.63% -
XYZ 19.3 10.86 20.48 -
YUV 88.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 161 44 125 0 0.73 0.22 0.37 318.46 0.57 0.4
Hex A1 2C 7D 0 49 16 25 13E 39 28
Octal 241 54 175 0 111 26 45 476 71 50
Binary 10100001 101100 1111101 0 1001001 10110 100101 100111110 111001 101000

Color Harmonies of #A12C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12C7D

Black with #A12C7D

Text Example


Text Example

White with #A12C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12C7D; }

 p { color: rgb(161,44,125); }

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

background-color css

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

 a { background-color: rgb(161,44,125); }

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

border-color css

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

 span { border-color: rgb(161,44,125); }

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