#A23F8C

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

Shades of Medium Red Violet #A23F8C

Tints of Medium Red Violet #A23F8C

Color information

#A23F8C (or 0xA23F8C) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3F and 8C. RGB value is (162,63,140). Sum of RGB (Red+Green+Blue) = 162+63+140=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23F8C is #5DC073. Grayscale: #656565. Windows color (decimal): -6144116 or 9191330. OLE color: 9191330.

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

Color convert

RGB16263140-
CMYK00.610.140.36
HSL313.33º44%44.12%-
HSV(B)313.33º61.11%63.53%-
XYZ21.4113.1326.22-
YUV101.38149.8171.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 63 (25% from 255) = 17.26%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=44.38%
G=17.26%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626314000.610.140.36313.334444.12
HexA23F8C03DE241392c2c
Octal2427721407516444715454
Binary101000101111111000110001111011110100100100111001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F8C; }

 p { color: rgb(162,63,140); }

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

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

 a { background-color: rgb(162,63,140); }

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

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

 span { border-color: rgb(162,63,140); }

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