Html Css Color HEX #A13276 Medium Red Violet

📋 copy color: '#A13276'

red 161 ◦ green 50 ◦ blue 118

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

Shades of Medium Red Violet #A13276

Tints of Medium Red Violet #A13276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 48.94%
G = 15.2%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A13276 (or 0xA13276) is known color: Medium Red Violet. HEX triplet: A1, 32 and 76. RGB value is (161,50,118). Sum of RGB (Red+Green+Blue) = 161+50+118=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A13276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13276 is #5ECD89. Grayscale: #5A5A5A. Windows color (decimal): -6213002 or 7746209. OLE color: 7746209.

HSL color Cylindrical-coordinate representation of color #A13276: hue angle of 323.24º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13276 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 50 118 -
CMYK 0 0.69 0.27 0.37
HSL 323.24º 0.53% 0.41% -
HSV(B) 323.24º 0.69% 0.63% -
XYZ 19.11 11.17 18.29 -
YUV 90.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 161 50 118 0 0.69 0.27 0.37 323.24 0.53 0.41
Hex A1 32 76 0 45 1B 25 143 35 29
Octal 241 62 166 0 105 33 45 503 65 51
Binary 10100001 110010 1110110 0 1000101 11011 100101 101000011 110101 101001

Color Harmonies of #A13276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13276

Black with #A13276

Text Example


Text Example

White with #A13276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13276; }

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

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

background-color css

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

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

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

border-color css

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

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

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