Html Css Color HEX #A13D8C Medium Red Violet

📋 copy color: '#A13D8C'

red 161 ◦ green 61 ◦ blue 140

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

Shades of Medium Red Violet #A13D8C

Tints of Medium Red Violet #A13D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 44.48%
G = 16.85%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A13D8C (or 0xA13D8C) is known color: Medium Red Violet. HEX triplet: A1, 3D and 8C. RGB value is (161,61,140). Sum of RGB (Red+Green+Blue) = 161+61+140=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13D8C is #5EC273. Grayscale: #636363. Windows color (decimal): -6210164 or 9190817. OLE color: 9190817.

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

Color convert

RGB 161 61 140 -
CMYK 0 0.62 0.13 0.37
HSL 312.6º 0.45% 0.44% -
HSV(B) 312.6º 0.62% 0.63% -
XYZ 21.1 12.81 26.17 -
YUV 99.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 161 61 140 0 0.62 0.13 0.37 312.6 0.45 0.44
Hex A1 3D 8C 0 3E D 25 139 2D 2C
Octal 241 75 214 0 76 15 45 471 55 54
Binary 10100001 111101 10001100 0 111110 1101 100101 100111001 101101 101100

Color Harmonies of #A13D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D8C

Black with #A13D8C

Text Example


Text Example

White with #A13D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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