Html Css Color HEX #A13795 Medium Red Violet

📋 copy color: '#A13795'

red 161 ◦ green 55 ◦ blue 149

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

Shades of Medium Red Violet #A13795

Tints of Medium Red Violet #A13795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.07%

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 44.11%
G = 15.07%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A13795 (or 0xA13795) is known color: Medium Red Violet. HEX triplet: A1, 37 and 95. RGB value is (161,55,149). Sum of RGB (Red+Green+Blue) = 161+55+149=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A13795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13795 is #5EC86A. Grayscale: #616161. Windows color (decimal): -6211691 or 9779105. OLE color: 9779105.

HSL color Cylindrical-coordinate representation of color #A13795: hue angle of 306.79º degrees, saturation: 0.49, 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 #A13795 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 55 149 -
CMYK 0 0.66 0.07 0.37
HSL 306.79º 0.49% 0.42% -
HSV(B) 306.79º 0.66% 0.63% -
XYZ 21.49 12.48 29.71 -
YUV 97.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 161 55 149 0 0.66 0.07 0.37 306.79 0.49 0.42
Hex A1 37 95 0 42 7 25 133 31 2A
Octal 241 67 225 0 102 7 45 463 61 52
Binary 10100001 110111 10010101 0 1000010 111 100101 100110011 110001 101010

Color Harmonies of #A13795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13795

Black with #A13795

Text Example


Text Example

White with #A13795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13795; }

 p { color: rgb(161,55,149); }

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

background-color css

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

 a { background-color: rgb(161,55,149); }

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

border-color css

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

 span { border-color: rgb(161,55,149); }

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