Html Css Color HEX #A1317E Medium Red Violet

📋 copy color: '#A1317E'

red 161 ◦ green 49 ◦ blue 126

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

Shades of Medium Red Violet #A1317E

Tints of Medium Red Violet #A1317E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.58%

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

R = 47.92%
G = 14.58%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1317E (or 0xA1317E) is known color: Medium Red Violet. HEX triplet: A1, 31 and 7E. RGB value is (161,49,126). Sum of RGB (Red+Green+Blue) = 161+49+126=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1317E is #5ECE81. Grayscale: #5B5B5B. Windows color (decimal): -6213250 or 8270241. OLE color: 8270241.

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

Color convert

RGB 161 49 126 -
CMYK 0 0.70 0.22 0.37
HSL 318.75º 0.53% 0.41% -
HSV(B) 318.75º 0.7% 0.63% -
XYZ 19.56 11.28 20.88 -
YUV 91.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 161 49 126 0 0.70 0.22 0.37 318.75 0.53 0.41
Hex A1 31 7E 0 46 16 25 13F 35 29
Octal 241 61 176 0 106 26 45 477 65 51
Binary 10100001 110001 1111110 0 1000110 10110 100101 100111111 110101 101001

Color Harmonies of #A1317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1317E

Black with #A1317E

Text Example


Text Example

White with #A1317E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1317E; }

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

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

background-color css

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

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

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

border-color css

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

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

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