#A7428E

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

Shades of Medium Red Violet #A7428E

Tints of Medium Red Violet #A7428E

Color information

#A7428E (or 0xA7428E) is unknown color: approx Medium Red Violet. HEX triplet: A7, 42 and 8E. RGB value is (167,66,142). Sum of RGB (Red+Green+Blue) = 167+66+142=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7428E is #58BD71. Grayscale: #686868. Windows color (decimal): -5815666 or 9323175. OLE color: 9323175.

HSL color Cylindrical-coordinate representation of color #A7428E: hue angle of 314.85º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7428E is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16766142-
CMYK00.600.150.35
HSL314.85º43.35%45.69%-
HSV(B)314.85º60.48%65.49%-
XYZ22.7714.0627.11-
YUV104.86148.96172.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=44.53%
G=17.6%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676614200.600.150.35314.8543.3545.69
HexA7428E03CF2313b2b2e
Octal24710221607417434735356
Binary1010011110000101000111001111001111100011100111011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7428E; }

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

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

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

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

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

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

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

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