Html Css Color HEX #A1407C Medium Red Violet

📋 copy color: '#A1407C'

red 161 ◦ green 64 ◦ blue 124

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

Shades of Medium Red Violet #A1407C

Tints of Medium Red Violet #A1407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

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

R = 46.13%
G = 18.34%
B = 35.53%

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

#A1407C (or 0xA1407C) is known color: Medium Red Violet. HEX triplet: A1, 40 and 7C. RGB value is (161,64,124). Sum of RGB (Red+Green+Blue) = 161+64+124=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A1407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1407C is #5EBF83. Grayscale: #636363. Windows color (decimal): -6209412 or 8143009. OLE color: 8143009.

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

Color convert

RGB 161 64 124 -
CMYK 0 0.60 0.23 0.37
HSL 322.89º 0.43% 0.44% -
HSV(B) 322.89º 0.6% 0.63% -
XYZ 20.17 12.7 20.46 -
YUV 99.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 161 64 124 0 0.60 0.23 0.37 322.89 0.43 0.44
Hex A1 40 7C 0 3C 17 25 143 2B 2C
Octal 241 100 174 0 74 27 45 503 53 54
Binary 10100001 1000000 1111100 0 111100 10111 100101 101000011 101011 101100

Color Harmonies of #A1407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1407C

Black with #A1407C

Text Example


Text Example

White with #A1407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1407C; }

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

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

background-color css

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

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

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

border-color css

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

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

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