#A23C8F

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

Shades of Medium Red Violet #A23C8F

Tints of Medium Red Violet #A23C8F

Color information

#A23C8F (or 0xA23C8F) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3C and 8F. RGB value is (162,60,143). Sum of RGB (Red+Green+Blue) = 162+60+143=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C8F is #5DC370. Grayscale: #636363. Windows color (decimal): -6144881 or 9387170. OLE color: 9387170.

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

Color convert

RGB16260143-
CMYK00.630.120.36
HSL311.18º45.95%43.53%-
HSV(B)311.18º62.96%63.53%-
XYZ21.4712.927.34-
YUV99.96152.29172.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 60 (23.83% from 255) = 16.44%
BLUE value IS 143 (56.25% from 255) = 39.18%
R=44.38%
G=16.44%
B=39.18%

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
Decimal1626014300.630.120.36311.1845.9543.53
HexA23C8F03FC241372e2c
Octal2427421707714444675654
Binary101000101111001000111101111111100100100100110111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C8F; }

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

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

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

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

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

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

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

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