#A03B82

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

Shades of Medium Red Violet #A03B82

Tints of Medium Red Violet #A03B82

Color information

#A03B82 (or 0xA03B82) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3B and 82. RGB value is (160,59,130). Sum of RGB (Red+Green+Blue) = 160+59+130=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03B82 is #5FC47D. Grayscale: #616161. Windows color (decimal): -6276222 or 8534944. OLE color: 8534944.

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

Color convert

RGB16059130-
CMYK00.630.190.37
HSL317.82º46.12%42.94%-
HSV(B)317.82º63.13%62.75%-
XYZ20.0912.2122.42-
YUV97.29146.46172.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 59 (23.44% from 255) = 16.91%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=45.85%
G=16.91%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605913000.630.190.37317.8246.1242.94
HexA03B8203F132513e2e2b
Octal2407320207723454765653
Binary1010000011101110000010011111110011100101100111110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03B82; }

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

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

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

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

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

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

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

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