#A23086

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

Shades of Medium Red Violet #A23086

Tints of Medium Red Violet #A23086

Color information

#A23086 (or 0xA23086) is unknown color: approx Medium Red Violet. HEX triplet: A2, 30 and 86. RGB value is (162,48,134). Sum of RGB (Red+Green+Blue) = 162+48+134=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A23086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23086 is #5DCF79. Grayscale: #5B5B5B. Windows color (decimal): -6147962 or 8794274. OLE color: 8794274.

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

Color convert

RGB16248134-
CMYK00.700.170.36
HSL314.74º54.29%41.18%-
HSV(B)314.74º70.37%63.53%-
XYZ20.2611.5223.71-
YUV91.89151.77178.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=47.09%
G=13.95%
B=38.95%

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
Decimal1624813400.700.170.36314.7454.2941.18
HexA23086046112413b3629
Octal24260206010621444736651
Binary10100010110000100001100100011010001100100100111011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23086; }

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

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

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

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

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

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

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

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