#A03284

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

Shades of Medium Red Violet #A03284

Tints of Medium Red Violet #A03284

Color information

#A03284 (or 0xA03284) is unknown color: approx Medium Red Violet. HEX triplet: A0, 32 and 84. RGB value is (160,50,132). Sum of RGB (Red+Green+Blue) = 160+50+132=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A03284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03284 is #5FCD7B. Grayscale: #5C5C5C. Windows color (decimal): -6278524 or 8663712. OLE color: 8663712.

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

Color convert

RGB16050132-
CMYK00.690.170.37
HSL315.27º52.38%41.18%-
HSV(B)315.27º68.75%62.75%-
XYZ19.811.4222.99-
YUV92.24150.44176.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 50 (19.92% from 255) = 14.62%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=46.78%
G=14.62%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605013200.690.170.37315.2752.3841.18
HexA03284045112513b3429
Octal24062204010521454736451
Binary10100000110010100001000100010110001100101100111011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03284; }

 p { color: rgb(160,50,132); }

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

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

 a { background-color: rgb(160,50,132); }

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

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

 span { border-color: rgb(160,50,132); }

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