#A0418E

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

Shades of Medium Red Violet #A0418E

Tints of Medium Red Violet #A0418E

Color information

#A0418E (or 0xA0418E) is unknown color: approx Medium Red Violet. HEX triplet: A0, 41 and 8E. RGB value is (160,65,142). Sum of RGB (Red+Green+Blue) = 160+65+142=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0418E is #5FBE71. Grayscale: #656565. Windows color (decimal): -6274674 or 9322912. OLE color: 9322912.

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

Color convert

RGB16065142-
CMYK00.590.110.37
HSL311.37º42.22%44.12%-
HSV(B)311.37º59.38%62.75%-
XYZ21.2713.2127.02-
YUV102.18150.47169.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=43.60%
G=17.71%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606514200.590.110.37311.3742.2244.12
HexA0418E03BB251372a2c
Octal24010121607313454675254
Binary1010000010000011000111001110111011100101100110111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0418E; }

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

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

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

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

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

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

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

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