#A2398B

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

Shades of Medium Red Violet #A2398B

Tints of Medium Red Violet #A2398B

Color information

#A2398B (or 0xA2398B) is unknown color: approx Medium Red Violet. HEX triplet: A2, 39 and 8B. RGB value is (162,57,139). Sum of RGB (Red+Green+Blue) = 162+57+139=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2398B is #5DC674. Grayscale: #616161. Windows color (decimal): -6145653 or 9124258. OLE color: 9124258.

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

Color convert

RGB16257139-
CMYK00.650.140.36
HSL313.14º47.95%42.94%-
HSV(B)313.14º64.81%63.53%-
XYZ21.0212.4725.73-
YUV97.74151.29173.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 57 (22.66% from 255) = 15.92%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=45.25%
G=15.92%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625713900.650.140.36313.1447.9542.94
HexA2398B041E24139302b
Octal24271213010116444716053
Binary1010001011100110001011010000011110100100100111001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2398B; }

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

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

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

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

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

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

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

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