#A23182

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

Shades of Medium Red Violet #A23182

Tints of Medium Red Violet #A23182

Color information

#A23182 (or 0xA23182) is unknown color: approx Medium Red Violet. HEX triplet: A2, 31 and 82. RGB value is (162,49,130). Sum of RGB (Red+Green+Blue) = 162+49+130=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A23182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23182 is #5DCE7D. Grayscale: #5B5B5B. Windows color (decimal): -6147710 or 8532386. OLE color: 8532386.

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

Color convert

RGB16249130-
CMYK00.700.200.36
HSL316.99º53.55%41.37%-
HSV(B)316.99º69.75%63.53%-
XYZ20.0311.4922.28-
YUV92.02149.44177.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 130 (51.17% from 255) = 38.12%
R=47.51%
G=14.37%
B=38.12%

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
Decimal1624913000.700.200.36316.9953.5541.37
HexA23182046142413d3629
Octal24261202010624444756651
Binary10100010110001100000100100011010100100100100111101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23182; }

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

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

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

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

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

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

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

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