Html Css Color HEX #A13B7E Medium Red Violet

📋 copy color: '#A13B7E'

red 161 ◦ green 59 ◦ blue 126

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

Shades of Medium Red Violet #A13B7E

Tints of Medium Red Violet #A13B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 46.53%
G = 17.05%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A13B7E (or 0xA13B7E) is known color: Medium Red Violet. HEX triplet: A1, 3B and 7E. RGB value is (161,59,126). Sum of RGB (Red+Green+Blue) = 161+59+126=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13B7E is #5EC481. Grayscale: #606060. Windows color (decimal): -6210690 or 8272801. OLE color: 8272801.

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

Color convert

RGB 161 59 126 -
CMYK 0 0.63 0.22 0.37
HSL 320.59º 0.46% 0.43% -
HSV(B) 320.59º 0.63% 0.63% -
XYZ 20.03 12.21 21.04 -
YUV 97.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 161 59 126 0 0.63 0.22 0.37 320.59 0.46 0.43
Hex A1 3B 7E 0 3F 16 25 141 2E 2B
Octal 241 73 176 0 77 26 45 501 56 53
Binary 10100001 111011 1111110 0 111111 10110 100101 101000001 101110 101011

Color Harmonies of #A13B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13B7E

Black with #A13B7E

Text Example


Text Example

White with #A13B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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