#A0388E

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

Shades of Medium Red Violet #A0388E

Tints of Medium Red Violet #A0388E

Color information

#A0388E (or 0xA0388E) is unknown color: approx Medium Red Violet. HEX triplet: A0, 38 and 8E. RGB value is (160,56,142). Sum of RGB (Red+Green+Blue) = 160+56+142=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0388E is #5FC771. Grayscale: #606060. Windows color (decimal): -6276978 or 9320608. OLE color: 9320608.

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

Color convert

RGB16056142-
CMYK00.650.110.37
HSL310.38º48.15%42.35%-
HSV(B)310.38º65%62.75%-
XYZ20.7912.2526.86-
YUV96.9153.46173.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=44.69%
G=15.64%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605614200.650.110.37310.3848.1542.35
HexA0388E041B25136302a
Octal24070216010113454666052
Binary1010000011100010001110010000011011100101100110110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0388E; }

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

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

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

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

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

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

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

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