#A03392

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

Shades of Medium Red Violet #A03392

Tints of Medium Red Violet #A03392

Color information

#A03392 (or 0xA03392) is unknown color: approx Medium Red Violet. HEX triplet: A0, 33 and 92. RGB value is (160,51,146). Sum of RGB (Red+Green+Blue) = 160+51+146=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A03392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03392 is #5FCC6D. Grayscale: #5E5E5E. Windows color (decimal): -6278254 or 9581472. OLE color: 9581472.

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

Color convert

RGB16051146-
CMYK00.680.090.37
HSL307.71º51.66%41.37%-
HSV(B)307.71º68.12%62.75%-
XYZ20.8711.9228.39-
YUV94.42157.11174.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=44.82%
G=14.29%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605114600.680.090.37307.7151.6641.37
HexA033920449251343429
Octal24063222010411454646451
Binary1010000011001110010010010001001001100101100110100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03392; }

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

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

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

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

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

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

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

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