#A23A80

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

Shades of Medium Red Violet #A23A80

Tints of Medium Red Violet #A23A80

Color information

#A23A80 (or 0xA23A80) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3A and 80. RGB value is (162,58,128). Sum of RGB (Red+Green+Blue) = 162+58+128=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A80 is #5DC57F. Grayscale: #606060. Windows color (decimal): -6145408 or 8403618. OLE color: 8403618.

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

Color convert

RGB16258128-
CMYK00.640.210.36
HSL319.62º47.27%43.14%-
HSV(B)319.62º64.2%63.53%-
XYZ20.3112.2721.72-
YUV97.08145.46174.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 58 (23.05% from 255) = 16.67%
BLUE value IS 128 (50.39% from 255) = 36.78%
R=46.55%
G=16.67%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625812800.640.210.36319.6247.2743.14
HexA23A8004015241402f2b
Octal24272200010025445005753
Binary10100010111010100000000100000010101100100101000000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A80; }

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

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

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

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

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

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

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

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