Html Css Color HEX #A1417C Medium Red Violet

📋 copy color: '#A1417C'

red 161 ◦ green 65 ◦ blue 124

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

Shades of Medium Red Violet #A1417C

Tints of Medium Red Violet #A1417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

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

R = 46%
G = 18.57%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1417C (or 0xA1417C) is known color: Medium Red Violet. HEX triplet: A1, 41 and 7C. RGB value is (161,65,124). Sum of RGB (Red+Green+Blue) = 161+65+124=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1417C is #5EBE83. Grayscale: #646464. Windows color (decimal): -6209156 or 8143265. OLE color: 8143265.

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

Color convert

RGB 161 65 124 -
CMYK 0 0.60 0.23 0.37
HSL 323.13º 0.42% 0.44% -
HSV(B) 323.13º 0.6% 0.63% -
XYZ 20.23 12.81 20.48 -
YUV 100.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 161 65 124 0 0.60 0.23 0.37 323.13 0.42 0.44
Hex A1 41 7C 0 3C 17 25 143 2A 2C
Octal 241 101 174 0 74 27 45 503 52 54
Binary 10100001 1000001 1111100 0 111100 10111 100101 101000011 101010 101100

Color Harmonies of #A1417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1417C

Black with #A1417C

Text Example


Text Example

White with #A1417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1417C; }

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

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

background-color css

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

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

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

border-color css

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

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

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