#A7428F

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

Shades of Medium Red Violet #A7428F

Tints of Medium Red Violet #A7428F

Color information

#A7428F (or 0xA7428F) is unknown color: approx Medium Red Violet. HEX triplet: A7, 42 and 8F. RGB value is (167,66,143). Sum of RGB (Red+Green+Blue) = 167+66+143=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A7428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7428F is #58BD70. Grayscale: #686868. Windows color (decimal): -5815665 or 9388711. OLE color: 9388711.

HSL color Cylindrical-coordinate representation of color #A7428F: hue angle of 314.26º 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 #A7428F is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB16766143-
CMYK00.600.140.35
HSL314.26º43.35%45.69%-
HSV(B)314.26º60.48%65.49%-
XYZ22.8414.127.5-
YUV104.98149.46172.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.41%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=44.41%
G=17.55%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676614300.600.140.35314.2643.3545.69
HexA7428F03CE2313a2b2e
Octal24710221707416434725356
Binary1010011110000101000111101111001110100011100111010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7428F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7428F; }

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

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

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

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

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

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

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

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