#A04183

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

Shades of Medium Red Violet #A04183

Tints of Medium Red Violet #A04183

Color information

#A04183 (or 0xA04183) is unknown color: approx Medium Red Violet. HEX triplet: A0, 41 and 83. RGB value is (160,65,131). Sum of RGB (Red+Green+Blue) = 160+65+131=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A04183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04183 is #5FBE7C. Grayscale: #646464. Windows color (decimal): -6274685 or 8602016. OLE color: 8602016.

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

Color convert

RGB16065131-
CMYK00.590.180.37
HSL318.32º42.22%44.12%-
HSV(B)318.32º59.38%62.75%-
XYZ20.4812.8922.88-
YUV100.93144.97170.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 65 (25.78% from 255) = 18.26%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=44.94%
G=18.26%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606513100.590.180.37318.3242.2244.12
HexA0418303B122513e2a2c
Octal24010120307322454765254
Binary10100000100000110000011011101110010100101100111110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04183; }

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

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

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

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

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

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

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

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