Html Css Color HEX #A13076 Medium Red Violet

📋 copy color: '#A13076'

red 161 ◦ green 48 ◦ blue 118

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

Shades of Medium Red Violet #A13076

Tints of Medium Red Violet #A13076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.09%

R = 49.24%
G = 14.68%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A13076 (or 0xA13076) is known color: Medium Red Violet. HEX triplet: A1, 30 and 76. RGB value is (161,48,118). Sum of RGB (Red+Green+Blue) = 161+48+118=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A13076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13076 is #5ECF89. Grayscale: #595959. Windows color (decimal): -6213514 or 7745697. OLE color: 7745697.

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

Color convert

RGB 161 48 118 -
CMYK 0 0.70 0.27 0.37
HSL 322.83º 0.54% 0.41% -
HSV(B) 322.83º 0.7% 0.63% -
XYZ 19.02 11 18.26 -
YUV 89.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 161 48 118 0 0.70 0.27 0.37 322.83 0.54 0.41
Hex A1 30 76 0 46 1B 25 143 36 29
Octal 241 60 166 0 106 33 45 503 66 51
Binary 10100001 110000 1110110 0 1000110 11011 100101 101000011 110110 101001

Color Harmonies of #A13076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13076

Black with #A13076

Text Example


Text Example

White with #A13076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13076; }

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

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

background-color css

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

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

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

border-color css

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

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

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