Html Css Color HEX #A1347F Medium Red Violet

📋 copy color: '#A1347F'

red 161 ◦ green 52 ◦ blue 127

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

Shades of Medium Red Violet #A1347F

Tints of Medium Red Violet #A1347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.35%

R = 47.35%
G = 15.29%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1347F (or 0xA1347F) is known color: Medium Red Violet. HEX triplet: A1, 34 and 7F. RGB value is (161,52,127). Sum of RGB (Red+Green+Blue) = 161+52+127=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1347F is #5ECB80. Grayscale: #5C5C5C. Windows color (decimal): -6212481 or 8336545. OLE color: 8336545.

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

Color convert

RGB 161 52 127 -
CMYK 0 0.68 0.21 0.37
HSL 318.72º 0.51% 0.42% -
HSV(B) 318.72º 0.68% 0.63% -
XYZ 19.76 11.57 21.27 -
YUV 93.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 161 52 127 0 0.68 0.21 0.37 318.72 0.51 0.42
Hex A1 34 7F 0 44 15 25 13F 33 2A
Octal 241 64 177 0 104 25 45 477 63 52
Binary 10100001 110100 1111111 0 1000100 10101 100101 100111111 110011 101010

Color Harmonies of #A1347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1347F

Black with #A1347F

Text Example


Text Example

White with #A1347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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