#A2338A

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

Shades of Medium Red Violet #A2338A

Tints of Medium Red Violet #A2338A

Color information

#A2338A (or 0xA2338A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 33 and 8A. RGB value is (162,51,138). Sum of RGB (Red+Green+Blue) = 162+51+138=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A2338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2338A is #5DCC75. Grayscale: #5D5D5D. Windows color (decimal): -6147190 or 9057186. OLE color: 9057186.

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

Color convert

RGB16251138-
CMYK00.690.150.36
HSL312.97º52.11%41.76%-
HSV(B)312.97º68.52%63.53%-
XYZ20.6711.8825.25-
YUV94.11152.77176.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=46.15%
G=14.53%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625113800.690.150.36312.9752.1141.76
HexA2338A045F24139342a
Octal24263212010517444716452
Binary1010001011001110001010010001011111100100100111001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2338A; }

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

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

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

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

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

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

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

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