#A4428E

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

Shades of Medium Red Violet #A4428E

Tints of Medium Red Violet #A4428E

Color information

#A4428E (or 0xA4428E) is unknown color: approx Medium Red Violet. HEX triplet: A4, 42 and 8E. RGB value is (164,66,142). Sum of RGB (Red+Green+Blue) = 164+66+142=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4428E is #5BBD71. Grayscale: #676767. Windows color (decimal): -6012274 or 9323172. OLE color: 9323172.

HSL color Cylindrical-coordinate representation of color #A4428E: hue angle of 313.47º degrees, saturation: 0.43, 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 #A4428E is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16466142-
CMYK00.600.130.36
HSL313.47º42.61%45.1%-
HSV(B)313.47º59.76%64.31%-
XYZ22.1413.7427.08-
YUV103.97149.47170.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=44.09%
G=17.74%
B=38.17%

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
Decimal1646614200.600.130.36313.4742.6145.1
HexA4428E03CD241392b2d
Octal24410221607415444715355
Binary1010010010000101000111001111001101100100100111001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4428E; }

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

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

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

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

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

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

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

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