#A2398D

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

Shades of Medium Red Violet #A2398D

Tints of Medium Red Violet #A2398D

Color information

#A2398D (or 0xA2398D) is unknown color: approx Medium Red Violet. HEX triplet: A2, 39 and 8D. RGB value is (162,57,141). Sum of RGB (Red+Green+Blue) = 162+57+141=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2398D is #5DC672. Grayscale: #616161. Windows color (decimal): -6145651 or 9255330. OLE color: 9255330.

HSL color Cylindrical-coordinate representation of color #A2398D: hue angle of 312º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2398D is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16257141-
CMYK00.650.130.36
HSL312º47.95%42.94%-
HSV(B)312º64.81%63.53%-
XYZ21.1712.5326.5-
YUV97.97152.29173.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=45%
G=15.83%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625714100.650.130.3631247.9542.94
HexA2398D041D24138302b
Octal24271215010115444706053
Binary1010001011100110001101010000011101100100100111000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2398D; }

 p { color: rgb(162,57,141); }

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

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

 a { background-color: rgb(162,57,141); }

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

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

 span { border-color: rgb(162,57,141); }

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