#A2408A

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

Shades of Medium Red Violet #A2408A

Tints of Medium Red Violet #A2408A

Color information

#A2408A (or 0xA2408A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 40 and 8A. RGB value is (162,64,138). Sum of RGB (Red+Green+Blue) = 162+64+138=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A2408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2408A is #5DBF75. Grayscale: #656565. Windows color (decimal): -6143862 or 9060514. OLE color: 9060514.

HSL color Cylindrical-coordinate representation of color #A2408A: hue angle of 314.69º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2408A is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16264138-
CMYK00.600.150.36
HSL314.69º43.36%44.31%-
HSV(B)314.69º60.49%63.53%-
XYZ21.3213.1825.47-
YUV101.74148.47170.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 138 (54.30% from 255) = 37.91%
R=44.51%
G=17.58%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626413800.600.150.36314.6943.3644.31
HexA2408A03CF2413b2b2c
Octal24210021207417444735354
Binary1010001010000001000101001111001111100100100111011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2408A; }

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

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

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

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

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

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

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

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