#A14A88

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

Shades of Medium Red Violet #A14A88

Tints of Medium Red Violet #A14A88

Color information

#A14A88 (or 0xA14A88) is unknown color: approx Medium Red Violet. HEX triplet: A1, 4A and 88. RGB value is (161,74,136). Sum of RGB (Red+Green+Blue) = 161+74+136=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A88 is #5EB577. Grayscale: #6A6A6A. Windows color (decimal): -6206840 or 8932001. OLE color: 8932001.

HSL color Cylindrical-coordinate representation of color #A14A88: hue angle of 317.24º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A88 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB16174136-
CMYK00.540.160.37
HSL317.24º37.02%46.08%-
HSV(B)317.24º54.04%63.14%-
XYZ21.5914.2524.91-
YUV107.08144.32166.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=43.40%
G=19.95%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617413600.540.160.37317.2437.0246.08
HexA14A88036102513d252e
Octal24111221006620454754556
Binary10100001100101010001000011011010000100101100111101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A88; }

 p { color: rgb(161,74,136); }

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

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

 a { background-color: rgb(161,74,136); }

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

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

 span { border-color: rgb(161,74,136); }

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