#A63B82

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

Shades of Medium Red Violet #A63B82

Tints of Medium Red Violet #A63B82

Color information

#A63B82 (or 0xA63B82) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3B and 82. RGB value is (166,59,130). Sum of RGB (Red+Green+Blue) = 166+59+130=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63B82 is #59C47D. Grayscale: #626262. Windows color (decimal): -5883006 or 8534950. OLE color: 8534950.

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

Color convert

RGB16659130-
CMYK00.640.220.35
HSL320.19º47.56%44.12%-
HSV(B)320.19º64.46%65.1%-
XYZ21.3212.8522.48-
YUV99.09145.45175.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 59 (23.44% from 255) = 16.62%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=46.76%
G=16.62%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665913000.640.220.35320.1947.5644.12
HexA63B820401623140302c
Octal24673202010026435006054
Binary10100110111011100000100100000010110100011101000000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63B82; }

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

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

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

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

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

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

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

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