#A23A7E

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

Shades of Medium Red Violet #A23A7E

Tints of Medium Red Violet #A23A7E

Color information

#A23A7E (or 0xA23A7E) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3A and 7E. RGB value is (162,58,126). Sum of RGB (Red+Green+Blue) = 162+58+126=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A7E is #5DC581. Grayscale: #606060. Windows color (decimal): -6145410 or 8272546. OLE color: 8272546.

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

Color convert

RGB16258126-
CMYK00.640.220.36
HSL320.77º47.27%43.14%-
HSV(B)320.77º64.2%63.53%-
XYZ20.1812.2121.03-
YUV96.85144.46174.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 58 (23.05% from 255) = 16.76%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=46.82%
G=16.76%
B=36.42%

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
Decimal1625812600.640.220.36320.7747.2743.14
HexA23A7E04016241412f2b
Octal24272176010026445015753
Binary1010001011101011111100100000010110100100101000001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A7E; }

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

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

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

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

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

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

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

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