#A2488A

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

Shades of Medium Red Violet #A2488A

Tints of Medium Red Violet #A2488A

Color information

#A2488A (or 0xA2488A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 48 and 8A. RGB value is (162,72,138). Sum of RGB (Red+Green+Blue) = 162+72+138=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2488A is #5DB775. Grayscale: #6A6A6A. Windows color (decimal): -6141814 or 9062562. OLE color: 9062562.

HSL color Cylindrical-coordinate representation of color #A2488A: hue angle of 316º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2488A is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16272138-
CMYK00.560.150.36
HSL316º38.46%45.88%-
HSV(B)316º55.56%63.53%-
XYZ21.8114.1525.63-
YUV106.43145.82167.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 138 (54.30% from 255) = 37.10%
R=43.55%
G=19.35%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627213800.560.150.3631638.4645.88
HexA2488A038F2413c262e
Octal24211021207017444744656
Binary1010001010010001000101001110001111100100100111100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2488A; }

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

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

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

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

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

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

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

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