#A23C8E

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

Shades of Medium Red Violet #A23C8E

Tints of Medium Red Violet #A23C8E

Color information

#A23C8E (or 0xA23C8E) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3C and 8E. RGB value is (162,60,142). Sum of RGB (Red+Green+Blue) = 162+60+142=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C8E is #5DC371. Grayscale: #636363. Windows color (decimal): -6144882 or 9321634. OLE color: 9321634.

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

Color convert

RGB16260142-
CMYK00.630.120.36
HSL311.76º45.95%43.53%-
HSV(B)311.76º62.96%63.53%-
XYZ21.412.8726.95-
YUV99.85151.79172.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 60 (23.83% from 255) = 16.48%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=44.51%
G=16.48%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626014200.630.120.36311.7645.9543.53
HexA23C8E03FC241382e2c
Octal2427421607714444705654
Binary101000101111001000111001111111100100100100111000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C8E; }

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

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

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

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

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

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

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

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