Html Css Color HEX #A13C7E Medium Red Violet

📋 copy color: '#A13C7E'

red 161 ◦ green 60 ◦ blue 126

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

Shades of Medium Red Violet #A13C7E

Tints of Medium Red Violet #A13C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 46.4%
G = 17.29%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A13C7E (or 0xA13C7E) is known color: Medium Red Violet. HEX triplet: A1, 3C and 7E. RGB value is (161,60,126). Sum of RGB (Red+Green+Blue) = 161+60+126=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13C7E is #5EC381. Grayscale: #616161. Windows color (decimal): -6210434 or 8273057. OLE color: 8273057.

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

Color convert

RGB 161 60 126 -
CMYK 0 0.63 0.22 0.37
HSL 320.79º 0.46% 0.43% -
HSV(B) 320.79º 0.63% 0.63% -
XYZ 20.08 12.32 21.06 -
YUV 97.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 161 60 126 0 0.63 0.22 0.37 320.79 0.46 0.43
Hex A1 3C 7E 0 3F 16 25 141 2E 2B
Octal 241 74 176 0 77 26 45 501 56 53
Binary 10100001 111100 1111110 0 111111 10110 100101 101000001 101110 101011

Color Harmonies of #A13C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C7E

Black with #A13C7E

Text Example


Text Example

White with #A13C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C7E; }

 p { color: rgb(161,60,126); }

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

background-color css

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

 a { background-color: rgb(161,60,126); }

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

border-color css

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

 span { border-color: rgb(161,60,126); }

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