Html Css Color HEX #A13293 Medium Red Violet

📋 copy color: '#A13293'

red 161 ◦ green 50 ◦ blue 147

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

Shades of Medium Red Violet #A13293

Tints of Medium Red Violet #A13293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 44.97%
G = 13.97%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A13293 (or 0xA13293) is known color: Medium Red Violet. HEX triplet: A1, 32 and 93. RGB value is (161,50,147). Sum of RGB (Red+Green+Blue) = 161+50+147=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A13293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13293 is #5ECD6C. Grayscale: #5D5D5D. Windows color (decimal): -6212973 or 9646753. OLE color: 9646753.

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

Color convert

RGB 161 50 147 -
CMYK 0 0.69 0.09 0.37
HSL 307.57º 0.53% 0.41% -
HSV(B) 307.57º 0.69% 0.63% -
XYZ 21.11 11.96 28.8 -
YUV 94.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 161 50 147 0 0.69 0.09 0.37 307.57 0.53 0.41
Hex A1 32 93 0 45 9 25 134 35 29
Octal 241 62 223 0 105 11 45 464 65 51
Binary 10100001 110010 10010011 0 1000101 1001 100101 100110100 110101 101001

Color Harmonies of #A13293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13293

Black with #A13293

Text Example


Text Example

White with #A13293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13293; }

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

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

background-color css

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

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

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

border-color css

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

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

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