Html Css Color HEX #A13D8A Medium Red Violet

📋 copy color: '#A13D8A'

red 161 ◦ green 61 ◦ blue 138

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

Shades of Medium Red Violet #A13D8A

Tints of Medium Red Violet #A13D8A

RGB

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

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

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

R = 44.72%
G = 16.94%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A13D8A (or 0xA13D8A) is known color: Medium Red Violet. HEX triplet: A1, 3D and 8A. RGB value is (161,61,138). Sum of RGB (Red+Green+Blue) = 161+61+138=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13D8A is #5EC275. Grayscale: #636363. Windows color (decimal): -6210166 or 9059745. OLE color: 9059745.

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

Color convert

RGB 161 61 138 -
CMYK 0 0.62 0.14 0.37
HSL 313.8º 0.45% 0.44% -
HSV(B) 313.8º 0.62% 0.63% -
XYZ 20.95 12.75 25.4 -
YUV 99.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 161 61 138 0 0.62 0.14 0.37 313.8 0.45 0.44
Hex A1 3D 8A 0 3E E 25 13A 2D 2C
Octal 241 75 212 0 76 16 45 472 55 54
Binary 10100001 111101 10001010 0 111110 1110 100101 100111010 101101 101100

Color Harmonies of #A13D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D8A

Black with #A13D8A

Text Example


Text Example

White with #A13D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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