#A03A92

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

Shades of Medium Red Violet #A03A92

Tints of Medium Red Violet #A03A92

Color information

#A03A92 (or 0xA03A92) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3A and 92. RGB value is (160,58,146). Sum of RGB (Red+Green+Blue) = 160+58+146=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03A92 is #5FC56D. Grayscale: #626262. Windows color (decimal): -6276462 or 9583264. OLE color: 9583264.

HSL color Cylindrical-coordinate representation of color #A03A92: hue angle of 308.24º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03A92 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16058146-
CMYK00.640.090.37
HSL308.24º46.79%42.75%-
HSV(B)308.24º63.75%62.75%-
XYZ21.212.5828.5-
YUV98.53154.79171.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 58 (23.05% from 255) = 15.93%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=43.96%
G=15.93%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605814600.640.090.37308.2446.7942.75
HexA03A920409251342f2b
Octal24072222010011454645753
Binary1010000011101010010010010000001001100101100110100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A92; }

 p { color: rgb(160,58,146); }

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

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

 a { background-color: rgb(160,58,146); }

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

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

 span { border-color: rgb(160,58,146); }

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