#A2338D

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

Shades of Medium Red Violet #A2338D

Tints of Medium Red Violet #A2338D

Color information

#A2338D (or 0xA2338D) is unknown color: approx Medium Red Violet. HEX triplet: A2, 33 and 8D. RGB value is (162,51,141). Sum of RGB (Red+Green+Blue) = 162+51+141=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2338D is #5DCC72. Grayscale: #5E5E5E. Windows color (decimal): -6147187 or 9253794. OLE color: 9253794.

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

Color convert

RGB16251141-
CMYK00.690.130.36
HSL311.35º52.11%41.76%-
HSV(B)311.35º68.52%63.53%-
XYZ20.8911.9726.41-
YUV94.45154.27176.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 51 (20.31% from 255) = 14.41%
BLUE value IS 141 (55.47% from 255) = 39.83%
R=45.76%
G=14.41%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625114100.690.130.36311.3552.1141.76
HexA2338D045D24137342a
Octal24263215010515444676452
Binary1010001011001110001101010001011101100100100110111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2338D; }

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

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

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

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

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

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

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

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