#A23393

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

Shades of Medium Red Violet #A23393

Tints of Medium Red Violet #A23393

Color information

#A23393 (or 0xA23393) is unknown color: approx Medium Red Violet. HEX triplet: A2, 33 and 93. RGB value is (162,51,147). Sum of RGB (Red+Green+Blue) = 162+51+147=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A23393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23393 is #5DCC6C. Grayscale: #5E5E5E. Windows color (decimal): -6147181 or 9647010. OLE color: 9647010.

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

Color convert

RGB16251147-
CMYK00.690.090.36
HSL308.11º52.11%41.76%-
HSV(B)308.11º68.52%63.53%-
XYZ21.3512.1628.82-
YUV95.13157.27175.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=45%
G=14.17%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625114700.690.090.36308.1152.1141.76
HexA23393045924134342a
Octal24263223010511444646452
Binary1010001011001110010011010001011001100100100110100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23393; }

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

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

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

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

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

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

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

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