Html Css Color HEX #A13490 Medium Red Violet

📋 copy color: '#A13490'

red 161 ◦ green 52 ◦ blue 144

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

Shades of Medium Red Violet #A13490

Tints of Medium Red Violet #A13490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.34%

R = 45.1%
G = 14.57%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A13490 (or 0xA13490) is known color: Medium Red Violet. HEX triplet: A1, 34 and 90. RGB value is (161,52,144). Sum of RGB (Red+Green+Blue) = 161+52+144=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A13490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13490 is #5ECB6F. Grayscale: #5E5E5E. Windows color (decimal): -6212464 or 9450657. OLE color: 9450657.

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

Color convert

RGB 161 52 144 -
CMYK 0 0.68 0.11 0.37
HSL 309.36º 0.51% 0.42% -
HSV(B) 309.36º 0.68% 0.63% -
XYZ 20.96 12.05 27.61 -
YUV 95.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 161 52 144 0 0.68 0.11 0.37 309.36 0.51 0.42
Hex A1 34 90 0 44 B 25 135 33 2A
Octal 241 64 220 0 104 13 45 465 63 52
Binary 10100001 110100 10010000 0 1000100 1011 100101 100110101 110011 101010

Color Harmonies of #A13490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13490

Black with #A13490

Text Example


Text Example

White with #A13490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13490; }

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

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

background-color css

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

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

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

border-color css

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

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

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