#A23A86

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

Shades of Medium Red Violet #A23A86

Tints of Medium Red Violet #A23A86

Color information

#A23A86 (or 0xA23A86) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3A and 86. RGB value is (162,58,134). Sum of RGB (Red+Green+Blue) = 162+58+134=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A86 is #5DC579. Grayscale: #616161. Windows color (decimal): -6145402 or 8796834. OLE color: 8796834.

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

Color convert

RGB16258134-
CMYK00.640.170.36
HSL316.15º47.27%43.14%-
HSV(B)316.15º64.2%63.53%-
XYZ20.7212.4323.86-
YUV97.76148.46173.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 58 (23.05% from 255) = 16.38%
BLUE value IS 134 (52.73% from 255) = 37.85%
R=45.76%
G=16.38%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625813400.640.170.36316.1547.2743.14
HexA23A86040112413c2f2b
Octal24272206010021444745753
Binary10100010111010100001100100000010001100100100111100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A86; }

 p { color: rgb(162,58,134); }

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

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

 a { background-color: rgb(162,58,134); }

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

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

 span { border-color: rgb(162,58,134); }

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