Html Css Color HEX #A1307C Medium Red Violet

📋 copy color: '#A1307C'

red 161 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #A1307C

Tints of Medium Red Violet #A1307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

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

R = 48.35%
G = 14.41%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1307C (or 0xA1307C) is known color: Medium Red Violet. HEX triplet: A1, 30 and 7C. RGB value is (161,48,124). Sum of RGB (Red+Green+Blue) = 161+48+124=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A1307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1307C is #5ECF83. Grayscale: #5A5A5A. Windows color (decimal): -6213508 or 8138913. OLE color: 8138913.

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

Color convert

RGB 161 48 124 -
CMYK 0 0.70 0.23 0.37
HSL 319.65º 0.54% 0.41% -
HSV(B) 319.65º 0.7% 0.63% -
XYZ 19.39 11.15 20.2 -
YUV 90.45 146.94 178.32 -
System Red Green Blue C M Y K H S L
Decimal 161 48 124 0 0.70 0.23 0.37 319.65 0.54 0.41
Hex A1 30 7C 0 46 17 25 140 36 29
Octal 241 60 174 0 106 27 45 500 66 51
Binary 10100001 110000 1111100 0 1000110 10111 100101 101000000 110110 101001

Color Harmonies of #A1307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1307C

Black with #A1307C

Text Example


Text Example

White with #A1307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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