#A23488

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

Shades of Medium Red Violet #A23488

Tints of Medium Red Violet #A23488

Color information

#A23488 (or 0xA23488) is unknown color: approx Medium Red Violet. HEX triplet: A2, 34 and 88. RGB value is (162,52,136). Sum of RGB (Red+Green+Blue) = 162+52+136=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A23488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23488 is #5DCB77. Grayscale: #5E5E5E. Windows color (decimal): -6146936 or 8926370. OLE color: 8926370.

HSL color Cylindrical-coordinate representation of color #A23488: hue angle of 314.18º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23488 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB16252136-
CMYK00.680.160.36
HSL314.18º51.4%41.96%-
HSV(B)314.18º67.9%63.53%-
XYZ20.5711.9124.51-
YUV94.47151.44176.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 52 (20.70% from 255) = 14.86%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=46.29%
G=14.86%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625213600.680.160.36314.1851.441.96
HexA23488044102413a332a
Octal24264210010420444726352
Binary10100010110100100010000100010010000100100100111010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23488; }

 p { color: rgb(162,52,136); }

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

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

 a { background-color: rgb(162,52,136); }

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

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

 span { border-color: rgb(162,52,136); }

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