#A2458C

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

Shades of Medium Red Violet #A2458C

Tints of Medium Red Violet #A2458C

Color information

#A2458C (or 0xA2458C) is unknown color: approx Medium Red Violet. HEX triplet: A2, 45 and 8C. RGB value is (162,69,140). Sum of RGB (Red+Green+Blue) = 162+69+140=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2458C is #5DBA73. Grayscale: #686868. Windows color (decimal): -6142580 or 9192866. OLE color: 9192866.

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

Color convert

RGB16269140-
CMYK00.570.140.36
HSL314.19º40.26%45.29%-
HSV(B)314.19º57.41%63.53%-
XYZ21.7613.8326.33-
YUV104.9147.81168.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=43.67%
G=18.60%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626914000.570.140.36314.1940.2645.29
HexA2458C039E2413a282d
Octal24210521407116444725055
Binary1010001010001011000110001110011110100100100111010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2458C; }

 p { color: rgb(162,69,140); }

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

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

 a { background-color: rgb(162,69,140); }

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

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

 span { border-color: rgb(162,69,140); }

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