#A14184

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

Shades of Medium Red Violet #A14184

Tints of Medium Red Violet #A14184

Color information

#A14184 (or 0xA14184) is unknown color: approx Medium Red Violet. HEX triplet: A1, 41 and 84. RGB value is (161,65,132). Sum of RGB (Red+Green+Blue) = 161+65+132=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A14184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14184 is #5EBE7B. Grayscale: #656565. Windows color (decimal): -6209148 or 8667553. OLE color: 8667553.

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

Color convert

RGB16165132-
CMYK00.600.180.37
HSL318.12º42.48%44.31%-
HSV(B)318.12º59.63%63.14%-
XYZ20.7513.0223.25-
YUV101.34145.3170.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=44.97%
G=18.16%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616513200.600.180.37318.1242.4844.31
HexA1418403C122513e2a2c
Octal24110120407422454765254
Binary10100001100000110000100011110010010100101100111110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14184; }

 p { color: rgb(161,65,132); }

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

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

 a { background-color: rgb(161,65,132); }

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

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

 span { border-color: rgb(161,65,132); }

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