#A23390

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

Shades of Medium Red Violet #A23390

Tints of Medium Red Violet #A23390

Color information

#A23390 (or 0xA23390) is unknown color: approx Medium Red Violet. HEX triplet: A2, 33 and 90. RGB value is (162,51,144). Sum of RGB (Red+Green+Blue) = 162+51+144=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A23390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23390 is #5DCC6F. Grayscale: #5E5E5E. Windows color (decimal): -6147184 or 9450402. OLE color: 9450402.

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

Color convert

RGB16251144-
CMYK00.690.110.36
HSL309.73º52.11%41.76%-
HSV(B)309.73º68.52%63.53%-
XYZ21.1212.0627.6-
YUV94.79155.77175.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=45.38%
G=14.29%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625114400.690.110.36309.7352.1141.76
HexA23390045B24136342a
Octal24263220010513444666452
Binary1010001011001110010000010001011011100100100110110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23390; }

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

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

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

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

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

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

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

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