Html Css Color HEX #A13F8D Medium Red Violet

📋 copy color: '#A13F8D'

red 161 ◦ green 63 ◦ blue 141

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

Shades of Medium Red Violet #A13F8D

Tints of Medium Red Violet #A13F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.26%

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 44.11%
G = 17.26%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A13F8D (or 0xA13F8D) is known color: Medium Red Violet. HEX triplet: A1, 3F and 8D. RGB value is (161,63,141). Sum of RGB (Red+Green+Blue) = 161+63+141=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13F8D is #5EC072. Grayscale: #646464. Windows color (decimal): -6209651 or 9256865. OLE color: 9256865.

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

Color convert

RGB 161 63 141 -
CMYK 0 0.61 0.12 0.37
HSL 312.24º 0.44% 0.44% -
HSV(B) 312.24º 0.61% 0.63% -
XYZ 21.28 13.06 26.6 -
YUV 101.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 161 63 141 0 0.61 0.12 0.37 312.24 0.44 0.44
Hex A1 3F 8D 0 3D C 25 138 2C 2C
Octal 241 77 215 0 75 14 45 470 54 54
Binary 10100001 111111 10001101 0 111101 1100 100101 100111000 101100 101100

Color Harmonies of #A13F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13F8D

Black with #A13F8D

Text Example


Text Example

White with #A13F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13F8D; }

 p { color: rgb(161,63,141); }

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

background-color css

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

 a { background-color: rgb(161,63,141); }

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

border-color css

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

 span { border-color: rgb(161,63,141); }

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