#A23087

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

Shades of Medium Red Violet #A23087

Tints of Medium Red Violet #A23087

Color information

#A23087 (or 0xA23087) is unknown color: approx Medium Red Violet. HEX triplet: A2, 30 and 87. RGB value is (162,48,135). Sum of RGB (Red+Green+Blue) = 162+48+135=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A23087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23087 is #5DCF78. Grayscale: #5B5B5B. Windows color (decimal): -6147961 or 8859810. OLE color: 8859810.

HSL color Cylindrical-coordinate representation of color #A23087: hue angle of 314.21º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23087 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16248135-
CMYK00.700.170.36
HSL314.21º54.29%41.18%-
HSV(B)314.21º70.37%63.53%-
XYZ20.3311.5424.08-
YUV92152.27177.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 48 (19.14% from 255) = 13.91%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=46.96%
G=13.91%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624813500.700.170.36314.2154.2941.18
HexA23087046112413a3629
Octal24260207010621444726651
Binary10100010110000100001110100011010001100100100111010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23087; }

 p { color: rgb(162,48,135); }

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

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

 a { background-color: rgb(162,48,135); }

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

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

 span { border-color: rgb(162,48,135); }

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