#A3428E

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

Shades of Medium Red Violet #A3428E

Tints of Medium Red Violet #A3428E

Color information

#A3428E (or 0xA3428E) is unknown color: approx Medium Red Violet. HEX triplet: A3, 42 and 8E. RGB value is (163,66,142). Sum of RGB (Red+Green+Blue) = 163+66+142=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3428E is #5CBD71. Grayscale: #676767. Windows color (decimal): -6077810 or 9323171. OLE color: 9323171.

HSL color Cylindrical-coordinate representation of color #A3428E: hue angle of 312.99º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3428E is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16366142-
CMYK00.600.130.36
HSL312.99º42.36%44.9%-
HSV(B)312.99º59.51%63.92%-
XYZ21.9313.6427.07-
YUV103.67149.64170.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=43.94%
G=17.79%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636614200.600.130.36312.9942.3644.9
HexA3428E03CD241392a2d
Octal24310221607415444715255
Binary1010001110000101000111001111001101100100100111001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3428E; }

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

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

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

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

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

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

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

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