#A0338A

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

Shades of Medium Red Violet #A0338A

Tints of Medium Red Violet #A0338A

Color information

#A0338A (or 0xA0338A) is unknown color: approx Medium Red Violet. HEX triplet: A0, 33 and 8A. RGB value is (160,51,138). Sum of RGB (Red+Green+Blue) = 160+51+138=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0338A is #5FCC75. Grayscale: #5D5D5D. Windows color (decimal): -6278262 or 9057184. OLE color: 9057184.

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

Color convert

RGB16051138-
CMYK00.680.140.37
HSL312.11º51.66%41.37%-
HSV(B)312.11º68.12%62.75%-
XYZ20.2711.6825.23-
YUV93.51153.11175.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=45.85%
G=14.61%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605113800.680.140.37312.1151.6641.37
HexA0338A044E251383429
Octal24063212010416454706451
Binary1010000011001110001010010001001110100101100111000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0338A; }

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

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

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

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

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

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

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

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