Html Css Color HEX #A13895 Medium Red Violet

📋 copy color: '#A13895'

red 161 ◦ green 56 ◦ blue 149

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

Shades of Medium Red Violet #A13895

Tints of Medium Red Violet #A13895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.3%

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

R = 43.99%
G = 15.3%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A13895 (or 0xA13895) is known color: Medium Red Violet. HEX triplet: A1, 38 and 95. RGB value is (161,56,149). Sum of RGB (Red+Green+Blue) = 161+56+149=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A13895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13895 is #5EC76A. Grayscale: #616161. Windows color (decimal): -6211435 or 9779361. OLE color: 9779361.

HSL color Cylindrical-coordinate representation of color #A13895: hue angle of 306.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13895 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 56 149 -
CMYK 0 0.65 0.07 0.37
HSL 306.86º 0.48% 0.43% -
HSV(B) 306.86º 0.65% 0.63% -
XYZ 21.54 12.58 29.73 -
YUV 98 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 161 56 149 0 0.65 0.07 0.37 306.86 0.48 0.43
Hex A1 38 95 0 41 7 25 133 30 2B
Octal 241 70 225 0 101 7 45 463 60 53
Binary 10100001 111000 10010101 0 1000001 111 100101 100110011 110000 101011

Color Harmonies of #A13895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13895

Black with #A13895

Text Example


Text Example

White with #A13895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13895; }

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

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

background-color css

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

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

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

border-color css

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

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

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