#A12B8A

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

Shades of Medium Red Violet #A12B8A

Tints of Medium Red Violet #A12B8A

Color information

#A12B8A (or 0xA12B8A) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2B and 8A. RGB value is (161,43,138). Sum of RGB (Red+Green+Blue) = 161+43+138=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12B8A is #5ED475. Grayscale: #585858. Windows color (decimal): -6214774 or 9055137. OLE color: 9055137.

HSL color Cylindrical-coordinate representation of color #A12B8A: hue angle of 311.69º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12B8A is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16143138-
CMYK00.730.140.37
HSL311.69º57.84%40%-
HSV(B)311.69º73.29%63.14%-
XYZ20.1511.1425.13-
YUV89.11155.59179.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 43 (17.19% from 255) = 12.57%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=47.08%
G=12.57%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614313800.730.140.37311.6957.8440
HexA12B8A049E251383a28
Octal24153212011116454707250
Binary1010000110101110001010010010011110100101100111000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12B8A; }

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

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

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

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

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

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

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

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