#A03B8A

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

Shades of Medium Red Violet #A03B8A

Tints of Medium Red Violet #A03B8A

Color information

#A03B8A (or 0xA03B8A) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3B and 8A. RGB value is (160,59,138). Sum of RGB (Red+Green+Blue) = 160+59+138=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03B8A is #5FC475. Grayscale: #616161. Windows color (decimal): -6276214 or 9059232. OLE color: 9059232.

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

Color convert

RGB16059138-
CMYK00.630.140.37
HSL313.07º46.12%42.94%-
HSV(B)313.07º63.13%62.75%-
XYZ20.6512.4425.36-
YUV98.2150.46172.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 59 (23.44% from 255) = 16.53%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=44.82%
G=16.53%
B=38.66%

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
Decimal1605913800.630.140.37313.0746.1242.94
HexA03B8A03FE251392e2b
Octal2407321207716454715653
Binary101000001110111000101001111111110100101100111001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03B8A; }

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

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

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

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

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

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

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

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