#A23E8D

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

Shades of Medium Red Violet #A23E8D

Tints of Medium Red Violet #A23E8D

Color information

#A23E8D (or 0xA23E8D) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3E and 8D. RGB value is (162,62,141). Sum of RGB (Red+Green+Blue) = 162+62+141=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23E8D is #5DC172. Grayscale: #646464. Windows color (decimal): -6144371 or 9256610. OLE color: 9256610.

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

Color convert

RGB16262141-
CMYK00.620.130.36
HSL312.6º44.64%43.92%-
HSV(B)312.6º61.73%63.53%-
XYZ21.4313.0526.59-
YUV100.91150.63171.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 62 (24.61% from 255) = 16.99%
BLUE value IS 141 (55.47% from 255) = 38.63%
R=44.38%
G=16.99%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626214100.620.130.36312.644.6443.92
HexA23E8D03ED241392d2c
Octal2427621507615444715554
Binary101000101111101000110101111101101100100100111001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E8D; }

 p { color: rgb(162,62,141); }

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

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

 a { background-color: rgb(162,62,141); }

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

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

 span { border-color: rgb(162,62,141); }

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