#A03E7B

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

Shades of Medium Red Violet #A03E7B

Tints of Medium Red Violet #A03E7B

Color information

#A03E7B (or 0xA03E7B) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3E and 7B. RGB value is (160,62,123). Sum of RGB (Red+Green+Blue) = 160+62+123=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03E7B is #5FC184. Grayscale: #626262. Windows color (decimal): -6275461 or 8076960. OLE color: 8076960.

HSL color Cylindrical-coordinate representation of color #A03E7B: hue angle of 322.65º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03E7B is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16062123-
CMYK00.610.230.37
HSL322.65º44.14%43.53%-
HSV(B)322.65º61.25%62.75%-
XYZ19.7912.3520.08-
YUV98.26141.97172.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=46.38%
G=17.97%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606212300.610.230.37322.6544.1443.53
HexA03E7B03D17251432c2c
Octal2407617307527455035454
Binary101000001111101111011011110110111100101101000011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03E7B; }

 p { color: rgb(160,62,123); }

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

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

 a { background-color: rgb(160,62,123); }

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

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

 span { border-color: rgb(160,62,123); }

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