#A23294

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

Shades of Medium Red Violet #A23294

Tints of Medium Red Violet #A23294

Color information

#A23294 (or 0xA23294) is unknown color: approx Medium Red Violet. HEX triplet: A2, 32 and 94. RGB value is (162,50,148). Sum of RGB (Red+Green+Blue) = 162+50+148=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A23294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23294 is #5DCD6B. Grayscale: #5E5E5E. Windows color (decimal): -6147436 or 9712290. OLE color: 9712290.

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

Color convert

RGB16250148-
CMYK00.690.090.36
HSL307.5º52.83%41.57%-
HSV(B)307.5º69.14%63.53%-
XYZ21.3912.129.23-
YUV94.66158.11176.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 50 (19.92% from 255) = 13.89%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=45%
G=13.89%
B=41.11%

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
Decimal1625014800.690.090.36307.552.8341.57
HexA23294045924134352a
Octal24262224010511444646552
Binary1010001011001010010100010001011001100100100110100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23294; }

 p { color: rgb(162,50,148); }

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

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

 a { background-color: rgb(162,50,148); }

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

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

 span { border-color: rgb(162,50,148); }

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