#A23E8B

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

Shades of Medium Red Violet #A23E8B

Tints of Medium Red Violet #A23E8B

Color information

#A23E8B (or 0xA23E8B) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3E and 8B. RGB value is (162,62,139). Sum of RGB (Red+Green+Blue) = 162+62+139=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23E8B is #5DC174. Grayscale: #646464. Windows color (decimal): -6144373 or 9125538. OLE color: 9125538.

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

Color convert

RGB16262139-
CMYK00.620.140.36
HSL313.8º44.64%43.92%-
HSV(B)313.8º61.73%63.53%-
XYZ21.2812.9925.81-
YUV100.68149.63171.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 62 (24.61% from 255) = 17.08%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=44.63%
G=17.08%
B=38.29%

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
Decimal1626213900.620.140.36313.844.6443.92
HexA23E8B03EE2413a2d2c
Octal2427621307616444725554
Binary101000101111101000101101111101110100100100111010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E8B; }

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

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

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

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

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

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

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

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