Html Css Color HEX #A1307D Medium Red Violet

📋 copy color: '#A1307D'

red 161 ◦ green 48 ◦ blue 125

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

Shades of Medium Red Violet #A1307D

Tints of Medium Red Violet #A1307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.43%

R = 48.2%
G = 14.37%
B = 37.43%

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

#A1307D (or 0xA1307D) is known color: Medium Red Violet. HEX triplet: A1, 30 and 7D. RGB value is (161,48,125). Sum of RGB (Red+Green+Blue) = 161+48+125=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1307D is #5ECF82. Grayscale: #5A5A5A. Windows color (decimal): -6213507 or 8204449. OLE color: 8204449.

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

Color convert

RGB 161 48 125 -
CMYK 0 0.70 0.22 0.37
HSL 319.12º 0.54% 0.41% -
HSV(B) 319.12º 0.7% 0.63% -
XYZ 19.46 11.17 20.53 -
YUV 90.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 161 48 125 0 0.70 0.22 0.37 319.12 0.54 0.41
Hex A1 30 7D 0 46 16 25 13F 36 29
Octal 241 60 175 0 106 26 45 477 66 51
Binary 10100001 110000 1111101 0 1000110 10110 100101 100111111 110110 101001

Color Harmonies of #A1307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1307D

Black with #A1307D

Text Example


Text Example

White with #A1307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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