#A23C7F

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

Shades of Medium Red Violet #A23C7F

Tints of Medium Red Violet #A23C7F

Color information

#A23C7F (or 0xA23C7F) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3C and 7F. RGB value is (162,60,127). Sum of RGB (Red+Green+Blue) = 162+60+127=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C7F is #5DC380. Grayscale: #616161. Windows color (decimal): -6144897 or 8338594. OLE color: 8338594.

HSL color Cylindrical-coordinate representation of color #A23C7F: hue angle of 320.59º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23C7F is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16260127-
CMYK00.630.220.36
HSL320.59º45.95%43.53%-
HSV(B)320.59º62.96%63.53%-
XYZ20.3512.4521.41-
YUV98.14144.29173.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 127 (50% from 255) = 36.39%
R=46.42%
G=17.19%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626012700.630.220.36320.5945.9543.53
HexA23C7F03F16241412e2c
Octal2427417707726445015654
Binary101000101111001111111011111110110100100101000001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C7F; }

 p { color: rgb(162,60,127); }

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

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

 a { background-color: rgb(162,60,127); }

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

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

 span { border-color: rgb(162,60,127); }

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