#A23082

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

Shades of Medium Red Violet #A23082

Tints of Medium Red Violet #A23082

Color information

#A23082 (or 0xA23082) is unknown color: approx Medium Red Violet. HEX triplet: A2, 30 and 82. RGB value is (162,48,130). Sum of RGB (Red+Green+Blue) = 162+48+130=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A23082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23082 is #5DCF7D. Grayscale: #5B5B5B. Windows color (decimal): -6147966 or 8532130. OLE color: 8532130.

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

Color convert

RGB16248130-
CMYK00.700.200.36
HSL316.84º54.29%41.18%-
HSV(B)316.84º70.37%63.53%-
XYZ19.9911.4122.27-
YUV91.43149.77178.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 48 (19.14% from 255) = 14.12%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=47.65%
G=14.12%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624813000.700.200.36316.8454.2941.18
HexA23082046142413d3629
Octal24260202010624444756651
Binary10100010110000100000100100011010100100100100111101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23082; }

 p { color: rgb(162,48,130); }

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

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

 a { background-color: rgb(162,48,130); }

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

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

 span { border-color: rgb(162,48,130); }

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