#a23175

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

Shades of Medium Red Violet #A23175

Tints of Medium Red Violet #A23175

Color information

#A23175 (or 0xA23175) is unknown color: approx Medium Red Violet. HEX triplet: A2, 31 and 75. RGB value is (162,49,117). Sum of RGB (Red+Green+Blue) = 162+49+117=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A23175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23175 is #5DCE8A. Grayscale: #5A5A5A. Windows color (decimal): -6147723 or 7680418. OLE color: 7680418.

HSL color Cylindrical-coordinate representation of color #A23175: hue angle of 323.89º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23175 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16249117-
CMYK00.700.280.36
HSL323.89º53.55%41.37%-
HSV(B)323.89º69.75%63.53%-
XYZ19.2111.1617.97-
YUV90.54142.94178.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=49.39%
G=14.94%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624911700.700.280.36323.8953.5541.37
HexA231750461C241443629
Octal24261165010634445046651
Binary1010001011000111101010100011011100100100101000100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a23175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a23175; }

 p { color: rgb(162,49,117); }

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

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

 a { background-color: rgb(162,49,117); }

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

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

 span { border-color: rgb(162,49,117); }

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