#A23F7B

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

Shades of Medium Red Violet #A23F7B

Tints of Medium Red Violet #A23F7B

Color information

#A23F7B (or 0xA23F7B) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3F and 7B. RGB value is (162,63,123). Sum of RGB (Red+Green+Blue) = 162+63+123=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23F7B is #5DC084. Grayscale: #636363. Windows color (decimal): -6144133 or 8077218. OLE color: 8077218.

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

Color convert

RGB16263123-
CMYK00.610.240.36
HSL323.64º44%44.12%-
HSV(B)323.64º61.11%63.53%-
XYZ20.2512.6720.12-
YUV99.44141.3172.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 63 (25% from 255) = 18.10%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=46.55%
G=18.10%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626312300.610.240.36323.644444.12
HexA23F7B03D18241442c2c
Octal2427717307530445045454
Binary101000101111111111011011110111000100100101000100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F7B; }

 p { color: rgb(162,63,123); }

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

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

 a { background-color: rgb(162,63,123); }

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

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

 span { border-color: rgb(162,63,123); }

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