#A23B7E

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

Shades of Medium Red Violet #A23B7E

Tints of Medium Red Violet #A23B7E

Color information

#A23B7E (or 0xA23B7E) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3B and 7E. RGB value is (162,59,126). Sum of RGB (Red+Green+Blue) = 162+59+126=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B7E is #5DC481. Grayscale: #616161. Windows color (decimal): -6145154 or 8272802. OLE color: 8272802.

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

Color convert

RGB16259126-
CMYK00.640.220.36
HSL320.97º46.61%43.33%-
HSV(B)320.97º63.58%63.53%-
XYZ20.2312.3221.05-
YUV97.44144.12174.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 59 (23.44% from 255) = 17.00%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=46.69%
G=17.00%
B=36.31%

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
Decimal1625912600.640.220.36320.9746.6143.33
HexA23B7E04016241412f2b
Octal24273176010026445015753
Binary1010001011101111111100100000010110100100101000001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B7E; }

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

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

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

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

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

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

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

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