#A23A77

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

Shades of Medium Red Violet #A23A77

Tints of Medium Red Violet #A23A77

Color information

#A23A77 (or 0xA23A77) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3A and 77. RGB value is (162,58,119). Sum of RGB (Red+Green+Blue) = 162+58+119=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A77 is #5DC588. Grayscale: #5F5F5F. Windows color (decimal): -6145417 or 7813794. OLE color: 7813794.

HSL color Cylindrical-coordinate representation of color #A23A77: hue angle of 324.81º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23A77 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16258119-
CMYK00.640.270.36
HSL324.81º47.27%43.14%-
HSV(B)324.81º64.2%63.53%-
XYZ19.7412.0418.74-
YUV96.05140.96175.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=47.79%
G=17.11%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625811900.640.270.36324.8147.2743.14
HexA23A770401B241452f2b
Octal24272167010033445055753
Binary1010001011101011101110100000011011100100101000101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A77; }

 p { color: rgb(162,58,119); }

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

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

 a { background-color: rgb(162,58,119); }

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

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

 span { border-color: rgb(162,58,119); }

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