Html Css Color HEX #A1347C Medium Red Violet

📋 copy color: '#A1347C'

red 161 ◦ green 52 ◦ blue 124

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

Shades of Medium Red Violet #A1347C

Tints of Medium Red Violet #A1347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 47.77%
G = 15.43%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1347C (or 0xA1347C) is known color: Medium Red Violet. HEX triplet: A1, 34 and 7C. RGB value is (161,52,124). Sum of RGB (Red+Green+Blue) = 161+52+124=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1347C is #5ECB83. Grayscale: #5C5C5C. Windows color (decimal): -6212484 or 8139937. OLE color: 8139937.

HSL color Cylindrical-coordinate representation of color #A1347C: hue angle of 320.37º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1347C is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 52 124 -
CMYK 0 0.68 0.23 0.37
HSL 320.37º 0.51% 0.42% -
HSV(B) 320.37º 0.68% 0.63% -
XYZ 19.56 11.49 20.26 -
YUV 92.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 161 52 124 0 0.68 0.23 0.37 320.37 0.51 0.42
Hex A1 34 7C 0 44 17 25 140 33 2A
Octal 241 64 174 0 104 27 45 500 63 52
Binary 10100001 110100 1111100 0 1000100 10111 100101 101000000 110011 101010

Color Harmonies of #A1347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1347C

Black with #A1347C

Text Example


Text Example

White with #A1347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1347C; }

 p { color: rgb(161,52,124); }

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

background-color css

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

 a { background-color: rgb(161,52,124); }

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

border-color css

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

 span { border-color: rgb(161,52,124); }

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