Html Css Color HEX #A13B8A Medium Red Violet

📋 copy color: '#A13B8A'

red 161 ◦ green 59 ◦ blue 138

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

Shades of Medium Red Violet #A13B8A

Tints of Medium Red Violet #A13B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.55%

R = 44.97%
G = 16.48%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A13B8A (or 0xA13B8A) is known color: Medium Red Violet. HEX triplet: A1, 3B and 8A. RGB value is (161,59,138). Sum of RGB (Red+Green+Blue) = 161+59+138=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13B8A is #5EC475. Grayscale: #626262. Windows color (decimal): -6210678 or 9059233. OLE color: 9059233.

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

Color convert

RGB 161 59 138 -
CMYK 0 0.63 0.14 0.37
HSL 313.53º 0.46% 0.43% -
HSV(B) 313.53º 0.63% 0.63% -
XYZ 20.85 12.54 25.37 -
YUV 98.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 161 59 138 0 0.63 0.14 0.37 313.53 0.46 0.43
Hex A1 3B 8A 0 3F E 25 13A 2E 2B
Octal 241 73 212 0 77 16 45 472 56 53
Binary 10100001 111011 10001010 0 111111 1110 100101 100111010 101110 101011

Color Harmonies of #A13B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13B8A

Black with #A13B8A

Text Example


Text Example

White with #A13B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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