Html Css Color HEX #A13397 Medium Red Violet

📋 copy color: '#A13397'

red 161 ◦ green 51 ◦ blue 151

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

Shades of Medium Red Violet #A13397

Tints of Medium Red Violet #A13397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.05%

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 44.35%
G = 14.05%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A13397 (or 0xA13397) is known color: Medium Red Violet. HEX triplet: A1, 33 and 97. RGB value is (161,51,151). Sum of RGB (Red+Green+Blue) = 161+51+151=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A13397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13397 is #5ECC68. Grayscale: #5F5F5F. Windows color (decimal): -6212713 or 9909153. OLE color: 9909153.

HSL color Cylindrical-coordinate representation of color #A13397: hue angle of 305.45º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13397 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 51 151 -
CMYK 0 0.68 0.06 0.37
HSL 305.45º 0.52% 0.42% -
HSV(B) 305.45º 0.68% 0.63% -
XYZ 21.47 12.18 30.5 -
YUV 95.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 161 51 151 0 0.68 0.06 0.37 305.45 0.52 0.42
Hex A1 33 97 0 44 6 25 131 34 2A
Octal 241 63 227 0 104 6 45 461 64 52
Binary 10100001 110011 10010111 0 1000100 110 100101 100110001 110100 101010

Color Harmonies of #A13397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13397

Black with #A13397

Text Example


Text Example

White with #A13397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13397; }

 p { color: rgb(161,51,151); }

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

background-color css

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

 a { background-color: rgb(161,51,151); }

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

border-color css

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

 span { border-color: rgb(161,51,151); }

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