#A23581

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

Shades of Medium Red Violet #A23581

Tints of Medium Red Violet #A23581

Color information

#A23581 (or 0xA23581) is unknown color: approx Medium Red Violet. HEX triplet: A2, 35 and 81. RGB value is (162,53,129). Sum of RGB (Red+Green+Blue) = 162+53+129=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A23581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23581 is #5DCA7E. Grayscale: #5E5E5E. Windows color (decimal): -6146687 or 8467874. OLE color: 8467874.

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

Color convert

RGB16253129-
CMYK00.670.200.36
HSL318.17º50.7%42.16%-
HSV(B)318.17º67.28%63.53%-
XYZ20.1411.8121.99-
YUV94.26147.61176.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 53 (21.09% from 255) = 15.41%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=47.09%
G=15.41%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625312900.670.200.36318.1750.742.16
HexA23581043142413e332a
Octal24265201010324444766352
Binary10100010110101100000010100001110100100100100111110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23581; }

 p { color: rgb(162,53,129); }

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

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

 a { background-color: rgb(162,53,129); }

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

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

 span { border-color: rgb(162,53,129); }

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