#A2458A

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

Shades of Medium Red Violet #A2458A

Tints of Medium Red Violet #A2458A

Color information

#A2458A (or 0xA2458A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 45 and 8A. RGB value is (162,69,138). Sum of RGB (Red+Green+Blue) = 162+69+138=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2458A is #5DBA75. Grayscale: #686868. Windows color (decimal): -6142582 or 9061794. OLE color: 9061794.

HSL color Cylindrical-coordinate representation of color #A2458A: hue angle of 315.48º 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 #A2458A is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16269138-
CMYK00.570.150.36
HSL315.48º40.26%45.29%-
HSV(B)315.48º57.41%63.53%-
XYZ21.6213.7725.56-
YUV104.67146.81168.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=43.90%
G=18.70%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626913800.570.150.36315.4840.2645.29
HexA2458A039F2413b282d
Octal24210521207117444735055
Binary1010001010001011000101001110011111100100100111011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2458A; }

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

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

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

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

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

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

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

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