#A23B84

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

Shades of Medium Red Violet #A23B84

Tints of Medium Red Violet #A23B84

Color information

#A23B84 (or 0xA23B84) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3B and 84. RGB value is (162,59,132). Sum of RGB (Red+Green+Blue) = 162+59+132=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B84 is #5DC47B. Grayscale: #616161. Windows color (decimal): -6145148 or 8666018. OLE color: 8666018.

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

Color convert

RGB16259132-
CMYK00.640.190.36
HSL317.48º46.61%43.33%-
HSV(B)317.48º63.58%63.53%-
XYZ20.6312.4823.15-
YUV98.12147.12173.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 59 (23.44% from 255) = 16.71%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=45.89%
G=16.71%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625913200.640.190.36317.4846.6143.33
HexA23B84040132413d2f2b
Octal24273204010023444755753
Binary10100010111011100001000100000010011100100100111101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B84; }

 p { color: rgb(162,59,132); }

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

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

 a { background-color: rgb(162,59,132); }

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

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

 span { border-color: rgb(162,59,132); }

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