Html Css Color HEX #A1417E Medium Red Violet

📋 copy color: '#A1417E'

red 161 ◦ green 65 ◦ blue 126

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

Shades of Medium Red Violet #A1417E

Tints of Medium Red Violet #A1417E

RGB

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

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

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

R = 45.74%
G = 18.47%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1417E (or 0xA1417E) is known color: Medium Red Violet. HEX triplet: A1, 41 and 7E. RGB value is (161,65,126). Sum of RGB (Red+Green+Blue) = 161+65+126=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1417E is #5EBE81. Grayscale: #646464. Windows color (decimal): -6209154 or 8274337. OLE color: 8274337.

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

Color convert

RGB 161 65 126 -
CMYK 0 0.60 0.22 0.37
HSL 321.88º 0.42% 0.44% -
HSV(B) 321.88º 0.6% 0.63% -
XYZ 20.35 12.86 21.15 -
YUV 100.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 161 65 126 0 0.60 0.22 0.37 321.88 0.42 0.44
Hex A1 41 7E 0 3C 16 25 142 2A 2C
Octal 241 101 176 0 74 26 45 502 52 54
Binary 10100001 1000001 1111110 0 111100 10110 100101 101000010 101010 101100

Color Harmonies of #A1417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1417E

Black with #A1417E

Text Example


Text Example

White with #A1417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1417E; }

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

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

background-color css

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

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

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

border-color css

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

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

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