#A0428E

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

Shades of Medium Red Violet #A0428E

Tints of Medium Red Violet #A0428E

Color information

#A0428E (or 0xA0428E) is unknown color: approx Medium Red Violet. HEX triplet: A0, 42 and 8E. RGB value is (160,66,142). Sum of RGB (Red+Green+Blue) = 160+66+142=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0428E is #5FBD71. Grayscale: #666666. Windows color (decimal): -6274418 or 9323168. OLE color: 9323168.

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

Color convert

RGB16066142-
CMYK00.590.110.37
HSL311.49º41.59%44.31%-
HSV(B)311.49º58.75%62.75%-
XYZ21.3313.3227.04-
YUV102.77150.14168.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=43.48%
G=17.93%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606614200.590.110.37311.4941.5944.31
HexA0428E03BB251372a2c
Octal24010221607313454675254
Binary1010000010000101000111001110111011100101100110111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0428E; }

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

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

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

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

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

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

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

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