Html Css Color HEX #A13E8A Medium Red Violet

📋 copy color: '#A13E8A'

red 161 ◦ green 62 ◦ blue 138

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

Shades of Medium Red Violet #A13E8A

Tints of Medium Red Violet #A13E8A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.17%

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 44.6%
G = 17.17%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A13E8A (or 0xA13E8A) is known color: Medium Red Violet. HEX triplet: A1, 3E and 8A. RGB value is (161,62,138). Sum of RGB (Red+Green+Blue) = 161+62+138=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13E8A is #5EC175. Grayscale: #646464. Windows color (decimal): -6209910 or 9060001. OLE color: 9060001.

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

Color convert

RGB 161 62 138 -
CMYK 0 0.61 0.14 0.37
HSL 313.94º 0.44% 0.44% -
HSV(B) 313.94º 0.61% 0.63% -
XYZ 21.01 12.86 25.42 -
YUV 100.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 161 62 138 0 0.61 0.14 0.37 313.94 0.44 0.44
Hex A1 3E 8A 0 3D E 25 13A 2C 2C
Octal 241 76 212 0 75 16 45 472 54 54
Binary 10100001 111110 10001010 0 111101 1110 100101 100111010 101100 101100

Color Harmonies of #A13E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13E8A

Black with #A13E8A

Text Example


Text Example

White with #A13E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13E8A; }

 p { color: rgb(161,62,138); }

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

background-color css

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

 a { background-color: rgb(161,62,138); }

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

border-color css

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

 span { border-color: rgb(161,62,138); }

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