#A63382

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

Shades of Medium Red Violet #A63382

Tints of Medium Red Violet #A63382

Color information

#A63382 (or 0xA63382) is unknown color: approx Medium Red Violet. HEX triplet: A6, 33 and 82. RGB value is (166,51,130). Sum of RGB (Red+Green+Blue) = 166+51+130=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A63382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63382 is #59CC7D. Grayscale: #5E5E5E. Windows color (decimal): -5885054 or 8532902. OLE color: 8532902.

HSL color Cylindrical-coordinate representation of color #A63382: hue angle of 318.78º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63382 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16651130-
CMYK00.690.220.35
HSL318.78º53%42.55%-
HSV(B)318.78º69.28%65.1%-
XYZ20.9412.0922.35-
YUV94.39148.1179.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 51 (20.31% from 255) = 14.70%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=47.84%
G=14.70%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665113000.690.220.35318.785342.55
HexA63382045162313f352b
Octal24663202010526434776553
Binary10100110110011100000100100010110110100011100111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63382; }

 p { color: rgb(166,51,130); }

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

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

 a { background-color: rgb(166,51,130); }

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

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

 span { border-color: rgb(166,51,130); }

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