#A0388A

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

Shades of Medium Red Violet #A0388A

Tints of Medium Red Violet #A0388A

Color information

#A0388A (or 0xA0388A) is unknown color: approx Medium Red Violet. HEX triplet: A0, 38 and 8A. RGB value is (160,56,138). Sum of RGB (Red+Green+Blue) = 160+56+138=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0388A is #5FC775. Grayscale: #606060. Windows color (decimal): -6276982 or 9058464. OLE color: 9058464.

HSL color Cylindrical-coordinate representation of color #A0388A: hue angle of 312.69º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0388A is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16056138-
CMYK00.650.140.37
HSL312.69º48.15%42.35%-
HSV(B)312.69º65%62.75%-
XYZ20.512.1425.31-
YUV96.44151.46173.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=45.20%
G=15.82%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605613800.650.140.37312.6948.1542.35
HexA0388A041E25139302a
Octal24070212010116454716052
Binary1010000011100010001010010000011110100101100111001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0388A; }

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

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

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

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

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

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

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

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