Html Css Color HEX #A13B8E Medium Red Violet

📋 copy color: '#A13B8E'

red 161 ◦ green 59 ◦ blue 142

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

Shades of Medium Red Violet #A13B8E

Tints of Medium Red Violet #A13B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 44.48%
G = 16.3%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A13B8E (or 0xA13B8E) is known color: Medium Red Violet. HEX triplet: A1, 3B and 8E. RGB value is (161,59,142). Sum of RGB (Red+Green+Blue) = 161+59+142=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13B8E is #5EC471. Grayscale: #626262. Windows color (decimal): -6210674 or 9321377. OLE color: 9321377.

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

Color convert

RGB 161 59 142 -
CMYK 0 0.63 0.12 0.37
HSL 311.18º 0.46% 0.43% -
HSV(B) 311.18º 0.63% 0.63% -
XYZ 21.14 12.66 26.92 -
YUV 98.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 161 59 142 0 0.63 0.12 0.37 311.18 0.46 0.43
Hex A1 3B 8E 0 3F C 25 137 2E 2B
Octal 241 73 216 0 77 14 45 467 56 53
Binary 10100001 111011 10001110 0 111111 1100 100101 100110111 101110 101011

Color Harmonies of #A13B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13B8E

Black with #A13B8E

Text Example


Text Example

White with #A13B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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