#A0418A

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

Shades of Medium Red Violet #A0418A

Tints of Medium Red Violet #A0418A

Color information

#A0418A (or 0xA0418A) is unknown color: approx Medium Red Violet. HEX triplet: A0, 41 and 8A. RGB value is (160,65,138). Sum of RGB (Red+Green+Blue) = 160+65+138=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A0418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0418A is #5FBE75. Grayscale: #656565. Windows color (decimal): -6274678 or 9060768. OLE color: 9060768.

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

Color convert

RGB16065138-
CMYK00.590.140.37
HSL313.89º42.22%44.12%-
HSV(B)313.89º59.38%62.75%-
XYZ20.9713.0925.47-
YUV101.73148.47169.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=44.08%
G=17.91%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606513800.590.140.37313.8942.2244.12
HexA0418A03BE2513a2a2c
Octal24010121207316454725254
Binary1010000010000011000101001110111110100101100111010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0418A; }

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

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

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

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

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

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

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

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