#A13B8B

Color #A13B8B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A13B8B

Tints of Medium Red Violet #A13B8B

Color information

#A13B8B (or 0xA13B8B) is unknown color: approx Medium Red Violet. HEX triplet: A1, 3B and 8B. RGB value is (161,59,139). Sum of RGB (Red+Green+Blue) = 161+59+139=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13B8B is #5EC474. Grayscale: #626262. Windows color (decimal): -6210677 or 9124769. OLE color: 9124769.

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

Color convert

RGB16159139-
CMYK00.630.140.37
HSL312.94º46.36%43.14%-
HSV(B)312.94º63.35%63.14%-
XYZ20.9212.5725.75-
YUV98.62150.79172.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 59 (23.44% from 255) = 16.43%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=44.85%
G=16.43%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615913900.630.140.37312.9446.3643.14
HexA13B8B03FE251392e2b
Octal2417321307716454715653
Binary101000011110111000101101111111110100101100111001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13B8B; }

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

 H1.HeaderClassName
 {
   color: #A13B8B;
 }
 .AnyTagClassName
 {
   color: #A13B8B;
 }
</style>
background-color css

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

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

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

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

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

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