#A2438E

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

Shades of Medium Red Violet #A2438E

Tints of Medium Red Violet #A2438E

Color information

#A2438E (or 0xA2438E) is unknown color: approx Medium Red Violet. HEX triplet: A2, 43 and 8E. RGB value is (162,67,142). Sum of RGB (Red+Green+Blue) = 162+67+142=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2438E is #5DBC71. Grayscale: #676767. Windows color (decimal): -6143090 or 9323426. OLE color: 9323426.

HSL color Cylindrical-coordinate representation of color #A2438E: hue angle of 312.63º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2438E is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16267142-
CMYK00.590.120.36
HSL312.63º41.48%44.9%-
HSV(B)312.63º58.64%63.53%-
XYZ21.7913.6527.08-
YUV103.96149.47169.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 67 (26.56% from 255) = 18.06%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=43.67%
G=18.06%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626714200.590.120.36312.6341.4844.9
HexA2438E03BC24139292d
Octal24210321607314444715155
Binary1010001010000111000111001110111100100100100111001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2438E; }

 p { color: rgb(162,67,142); }

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

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

 a { background-color: rgb(162,67,142); }

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

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

 span { border-color: rgb(162,67,142); }

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