#A23392

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

Shades of Medium Red Violet #A23392

Tints of Medium Red Violet #A23392

Color information

#A23392 (or 0xA23392) is unknown color: approx Medium Red Violet. HEX triplet: A2, 33 and 92. RGB value is (162,51,146). Sum of RGB (Red+Green+Blue) = 162+51+146=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A23392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23392 is #5DCC6D. Grayscale: #5E5E5E. Windows color (decimal): -6147182 or 9581474. OLE color: 9581474.

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

Color convert

RGB16251146-
CMYK00.690.100.36
HSL308.65º52.11%41.76%-
HSV(B)308.65º68.52%63.53%-
XYZ21.2712.1228.41-
YUV95.02156.77175.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 51 (20.31% from 255) = 14.21%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=45.13%
G=14.21%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625114600.690.100.36308.6552.1141.76
HexA23392045A24135342a
Octal24263222010512444656452
Binary1010001011001110010010010001011010100100100110101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23392; }

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

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

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

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

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

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

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

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