Html Css Color HEX #A12F74 Medium Red Violet

📋 copy color: '#A12F74'

red 161 ◦ green 47 ◦ blue 116

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

Shades of Medium Red Violet #A12F74

Tints of Medium Red Violet #A12F74

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.51%

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

R = 49.69%
G = 14.51%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A12F74 (or 0xA12F74) is known color: Medium Red Violet. HEX triplet: A1, 2F and 74. RGB value is (161,47,116). Sum of RGB (Red+Green+Blue) = 161+47+116=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12F74 is #5ED08B. Grayscale: #585858. Windows color (decimal): -6213772 or 7614369. OLE color: 7614369.

HSL color Cylindrical-coordinate representation of color #A12F74: hue angle of 323.68º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A12F74 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 47 116 -
CMYK 0 0.71 0.28 0.37
HSL 323.68º 0.55% 0.41% -
HSV(B) 323.68º 0.71% 0.63% -
XYZ 18.87 10.87 17.63 -
YUV 88.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 161 47 116 0 0.71 0.28 0.37 323.68 0.55 0.41
Hex A1 2F 74 0 47 1C 25 144 37 29
Octal 241 57 164 0 107 34 45 504 67 51
Binary 10100001 101111 1110100 0 1000111 11100 100101 101000100 110111 101001

Color Harmonies of #A12F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12F74

Black with #A12F74

Text Example


Text Example

White with #A12F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12F74; }

 p { color: rgb(161,47,116); }

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

background-color css

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

 a { background-color: rgb(161,47,116); }

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

border-color css

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

 span { border-color: rgb(161,47,116); }

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