#A23D8C

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

Shades of Medium Red Violet #A23D8C

Tints of Medium Red Violet #A23D8C

Color information

#A23D8C (or 0xA23D8C) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3D and 8C. RGB value is (162,61,140). Sum of RGB (Red+Green+Blue) = 162+61+140=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23D8C is #5DC273. Grayscale: #636363. Windows color (decimal): -6144628 or 9190818. OLE color: 9190818.

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

Color convert

RGB16261140-
CMYK00.620.140.36
HSL313.07º45.29%43.73%-
HSV(B)313.07º62.35%63.53%-
XYZ21.312.9126.18-
YUV100.2150.46172.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 61 (24.22% from 255) = 16.80%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=44.63%
G=16.80%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626114000.620.140.36313.0745.2943.73
HexA23D8C03EE241392d2c
Octal2427521407616444715554
Binary101000101111011000110001111101110100100100111001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D8C; }

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

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

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

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

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

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

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

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