#A63192

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

Shades of Medium Red Violet #A63192

Tints of Medium Red Violet #A63192

Color information

#A63192 (or 0xA63192) is unknown color: approx Medium Red Violet. HEX triplet: A6, 31 and 92. RGB value is (166,49,146). Sum of RGB (Red+Green+Blue) = 166+49+146=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A63192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63192 is #59CE6D. Grayscale: #5E5E5E. Windows color (decimal): -5885550 or 9580966. OLE color: 9580966.

HSL color Cylindrical-coordinate representation of color #A63192: hue angle of 310.26º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63192 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16649146-
CMYK00.700.120.35
HSL310.26º54.42%42.16%-
HSV(B)310.26º70.48%65.1%-
XYZ22.0112.3828.42-
YUV95.04156.76178.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=45.98%
G=13.57%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664914600.700.120.35310.2654.4242.16
HexA63192046C23136362a
Octal24661222010614434666652
Binary1010011011000110010010010001101100100011100110110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63192; }

 p { color: rgb(166,49,146); }

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

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

 a { background-color: rgb(166,49,146); }

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

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

 span { border-color: rgb(166,49,146); }

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