#A9428E

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

Shades of Medium Red Violet #A9428E

Tints of Medium Red Violet #A9428E

Color information

#A9428E (or 0xA9428E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 42 and 8E. RGB value is (169,66,142). Sum of RGB (Red+Green+Blue) = 169+66+142=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A9428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9428E is #56BD71. Grayscale: #696969. Windows color (decimal): -5684594 or 9323177. OLE color: 9323177.

HSL color Cylindrical-coordinate representation of color #A9428E: hue angle of 315.73º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9428E is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB16966142-
CMYK00.610.160.34
HSL315.73º43.83%46.08%-
HSV(B)315.73º60.95%66.27%-
XYZ23.1914.2827.13-
YUV105.46148.62173.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=44.83%
G=17.51%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696614200.610.160.34315.7343.8346.08
HexA9428E03D102213c2c2e
Octal25110221607520424745456
Binary10101001100001010001110011110110000100010100111100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9428E; }

 p { color: rgb(169,66,142); }

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

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

 a { background-color: rgb(169,66,142); }

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

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

 span { border-color: rgb(169,66,142); }

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