#A23A7F

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

Shades of Medium Red Violet #A23A7F

Tints of Medium Red Violet #A23A7F

Color information

#A23A7F (or 0xA23A7F) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3A and 7F. RGB value is (162,58,127). Sum of RGB (Red+Green+Blue) = 162+58+127=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A7F is #5DC580. Grayscale: #606060. Windows color (decimal): -6145409 or 8338082. OLE color: 8338082.

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

Color convert

RGB16258127-
CMYK00.640.220.36
HSL320.19º47.27%43.14%-
HSV(B)320.19º64.2%63.53%-
XYZ20.2412.2421.37-
YUV96.96144.96174.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 127 (50% from 255) = 36.60%
R=46.69%
G=16.71%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625812700.640.220.36320.1947.2743.14
HexA23A7F04016241402f2b
Octal24272177010026445005753
Binary1010001011101011111110100000010110100100101000000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A7F; }

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

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

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

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

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

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

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

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