#A1428D

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

Shades of Medium Red Violet #A1428D

Tints of Medium Red Violet #A1428D

Color information

#A1428D (or 0xA1428D) is unknown color: approx Medium Red Violet. HEX triplet: A1, 42 and 8D. RGB value is (161,66,141). Sum of RGB (Red+Green+Blue) = 161+66+141=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1428D is #5EBD72. Grayscale: #666666. Windows color (decimal): -6208883 or 9257633. OLE color: 9257633.

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

Color convert

RGB16166141-
CMYK00.590.120.37
HSL312.63º41.85%44.51%-
HSV(B)312.63º59.01%63.14%-
XYZ21.4513.426.65-
YUV102.96149.47169.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=43.75%
G=17.93%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616614100.590.120.37312.6341.8544.51
HexA1428D03BC251392a2d
Octal24110221507314454715255
Binary1010000110000101000110101110111100100101100111001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1428D; }

 p { color: rgb(161,66,141); }

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

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

 a { background-color: rgb(161,66,141); }

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

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

 span { border-color: rgb(161,66,141); }

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