#A23381

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

Shades of Medium Red Violet #A23381

Tints of Medium Red Violet #A23381

Color information

#A23381 (or 0xA23381) is unknown color: approx Medium Red Violet. HEX triplet: A2, 33 and 81. RGB value is (162,51,129). Sum of RGB (Red+Green+Blue) = 162+51+129=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A23381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23381 is #5DCC7E. Grayscale: #5C5C5C. Windows color (decimal): -6147199 or 8467362. OLE color: 8467362.

HSL color Cylindrical-coordinate representation of color #A23381: hue angle of 317.84º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23381 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16251129-
CMYK00.690.200.36
HSL317.84º52.11%41.76%-
HSV(B)317.84º68.52%63.53%-
XYZ20.0511.6321.96-
YUV93.08148.27177.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 51 (20.31% from 255) = 14.91%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=47.37%
G=14.91%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625112900.690.200.36317.8452.1141.76
HexA23381045142413e342a
Octal24263201010524444766452
Binary10100010110011100000010100010110100100100100111110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23381; }

 p { color: rgb(162,51,129); }

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

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

 a { background-color: rgb(162,51,129); }

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

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

 span { border-color: rgb(162,51,129); }

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