Html Css Color HEX #A13A90 Medium Red Violet

📋 copy color: '#A13A90'

red 161 ◦ green 58 ◦ blue 144

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

Shades of Medium Red Violet #A13A90

Tints of Medium Red Violet #A13A90

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

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

R = 44.35%
G = 15.98%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A13A90 (or 0xA13A90) is known color: Medium Red Violet. HEX triplet: A1, 3A and 90. RGB value is (161,58,144). Sum of RGB (Red+Green+Blue) = 161+58+144=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13A90 is #5EC56F. Grayscale: #626262. Windows color (decimal): -6210928 or 9452193. OLE color: 9452193.

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

Color convert

RGB 161 58 144 -
CMYK 0 0.64 0.11 0.37
HSL 309.9º 0.47% 0.43% -
HSV(B) 309.9º 0.64% 0.63% -
XYZ 21.25 12.62 27.7 -
YUV 98.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 161 58 144 0 0.64 0.11 0.37 309.9 0.47 0.43
Hex A1 3A 90 0 40 B 25 136 2F 2B
Octal 241 72 220 0 100 13 45 466 57 53
Binary 10100001 111010 10010000 0 1000000 1011 100101 100110110 101111 101011

Color Harmonies of #A13A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13A90

Black with #A13A90

Text Example


Text Example

White with #A13A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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