Html Css Color HEX #A13697 Medium Red Violet

📋 copy color: '#A13697'

red 161 ◦ green 54 ◦ blue 151

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

Shades of Medium Red Violet #A13697

Tints of Medium Red Violet #A13697

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.75%

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

R = 43.99%
G = 14.75%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A13697 (or 0xA13697) is known color: Medium Red Violet. HEX triplet: A1, 36 and 97. RGB value is (161,54,151). Sum of RGB (Red+Green+Blue) = 161+54+151=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A13697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13697 is #5EC968. Grayscale: #606060. Windows color (decimal): -6211945 or 9909921. OLE color: 9909921.

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

Color convert

RGB 161 54 151 -
CMYK 0 0.66 0.06 0.37
HSL 305.61º 0.5% 0.42% -
HSV(B) 305.61º 0.66% 0.63% -
XYZ 21.6 12.45 30.54 -
YUV 97.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 161 54 151 0 0.66 0.06 0.37 305.61 0.5 0.42
Hex A1 36 97 0 42 6 25 132 32 2A
Octal 241 66 227 0 102 6 45 462 62 52
Binary 10100001 110110 10010111 0 1000010 110 100101 100110010 110010 101010

Color Harmonies of #A13697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13697

Black with #A13697

Text Example


Text Example

White with #A13697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13697; }

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

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

background-color css

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

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

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

border-color css

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

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

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