Html Css Color HEX #A13489 Medium Red Violet

📋 copy color: '#A13489'

red 161 ◦ green 52 ◦ blue 137

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

Shades of Medium Red Violet #A13489

Tints of Medium Red Violet #A13489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 46%
G = 14.86%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A13489 (or 0xA13489) is known color: Medium Red Violet. HEX triplet: A1, 34 and 89. RGB value is (161,52,137). Sum of RGB (Red+Green+Blue) = 161+52+137=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A13489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13489 is #5ECB76. Grayscale: #5E5E5E. Windows color (decimal): -6212471 or 8991905. OLE color: 8991905.

HSL color Cylindrical-coordinate representation of color #A13489: hue angle of 313.21º degrees, saturation: 0.51, 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 #A13489 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 52 137 -
CMYK 0 0.68 0.15 0.37
HSL 313.21º 0.51% 0.42% -
HSV(B) 313.21º 0.68% 0.63% -
XYZ 20.44 11.84 24.87 -
YUV 94.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 161 52 137 0 0.68 0.15 0.37 313.21 0.51 0.42
Hex A1 34 89 0 44 F 25 139 33 2A
Octal 241 64 211 0 104 17 45 471 63 52
Binary 10100001 110100 10001001 0 1000100 1111 100101 100111001 110011 101010

Color Harmonies of #A13489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13489

Black with #A13489

Text Example


Text Example

White with #A13489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13489; }

 p { color: rgb(161,52,137); }

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

background-color css

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

 a { background-color: rgb(161,52,137); }

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

border-color css

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

 span { border-color: rgb(161,52,137); }

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