#A03395

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

Shades of Medium Red Violet #A03395

Tints of Medium Red Violet #A03395

Color information

#A03395 (or 0xA03395) is unknown color: approx Medium Red Violet. HEX triplet: A0, 33 and 95. RGB value is (160,51,149). Sum of RGB (Red+Green+Blue) = 160+51+149=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A03395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03395 is #5FCC6A. Grayscale: #5E5E5E. Windows color (decimal): -6278251 or 9778080. OLE color: 9778080.

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

Color convert

RGB16051149-
CMYK00.680.070.37
HSL306.06º51.66%41.37%-
HSV(B)306.06º68.12%62.75%-
XYZ21.1112.0129.64-
YUV94.76158.61174.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=44.44%
G=14.17%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605114900.680.070.37306.0651.6641.37
HexA033950447251323429
Octal2406322501047454626451
Binary101000001100111001010101000100111100101100110010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03395; }

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

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

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

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

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

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

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

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