Html Css Color HEX #A13B7F Medium Red Violet

📋 copy color: '#A13B7F'

red 161 ◦ green 59 ◦ blue 127

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

Shades of Medium Red Violet #A13B7F

Tints of Medium Red Violet #A13B7F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17%

 BLUE value IS 127 (50% from 255) = 36.6%

R = 46.4%
G = 17%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A13B7F (or 0xA13B7F) is known color: Medium Red Violet. HEX triplet: A1, 3B and 7F. RGB value is (161,59,127). Sum of RGB (Red+Green+Blue) = 161+59+127=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13B7F is #5EC480. Grayscale: #616161. Windows color (decimal): -6210689 or 8338337. OLE color: 8338337.

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

Color convert

RGB 161 59 127 -
CMYK 0 0.63 0.21 0.37
HSL 320º 0.46% 0.43% -
HSV(B) 320º 0.63% 0.63% -
XYZ 20.09 12.24 21.38 -
YUV 97.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 161 59 127 0 0.63 0.21 0.37 320 0.46 0.43
Hex A1 3B 7F 0 3F 15 25 140 2E 2B
Octal 241 73 177 0 77 25 45 500 56 53
Binary 10100001 111011 1111111 0 111111 10101 100101 101000000 101110 101011

Color Harmonies of #A13B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13B7F

Black with #A13B7F

Text Example


Text Example

White with #A13B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13B7F; }

 p { color: rgb(161,59,127); }

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

background-color css

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

 a { background-color: rgb(161,59,127); }

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

border-color css

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

 span { border-color: rgb(161,59,127); }

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