Html Css Color HEX #A13D90 Medium Red Violet

📋 copy color: '#A13D90'

red 161 ◦ green 61 ◦ blue 144

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

Shades of Medium Red Violet #A13D90

Tints of Medium Red Violet #A13D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.67%

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

R = 43.99%
G = 16.67%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A13D90 (or 0xA13D90) is known color: Medium Red Violet. HEX triplet: A1, 3D and 90. RGB value is (161,61,144). Sum of RGB (Red+Green+Blue) = 161+61+144=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13D90 is #5EC26F. Grayscale: #646464. Windows color (decimal): -6210160 or 9452961. OLE color: 9452961.

HSL color Cylindrical-coordinate representation of color #A13D90: hue angle of 310.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13D90 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 61 144 -
CMYK 0 0.62 0.11 0.37
HSL 310.2º 0.45% 0.44% -
HSV(B) 310.2º 0.62% 0.63% -
XYZ 21.4 12.93 27.75 -
YUV 100.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 161 61 144 0 0.62 0.11 0.37 310.2 0.45 0.44
Hex A1 3D 90 0 3E B 25 136 2D 2C
Octal 241 75 220 0 76 13 45 466 55 54
Binary 10100001 111101 10010000 0 111110 1011 100101 100110110 101101 101100

Color Harmonies of #A13D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D90

Black with #A13D90

Text Example


Text Example

White with #A13D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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