Html Css Color HEX #A63182 Medium Red Violet

📋 copy color: '#A63182'

red 166 ◦ green 49 ◦ blue 130

#A63182
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A63182

Tints of Medium Red Violet #A63182

RGB

 RED value IS 166 (65.23% from 255) = 48.12%

 GREEN value IS 49 (19.53% from 255) = 14.2%

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 48.12%
G = 14.2%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A63182 (or 0xA63182) is known color: Medium Red Violet. HEX triplet: A6, 31 and 82. RGB value is (166,49,130). Sum of RGB (Red+Green+Blue) = 166+49+130=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A63182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63182 is #59CE7D. Grayscale: #5D5D5D. Windows color (decimal): -5885566 or 8532390. OLE color: 8532390.

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

Color convert

RGB 166 49 130 -
CMYK 0 0.70 0.22 0.35
HSL 318.46º 0.54% 0.42% -
HSV(B) 318.46º 0.7% 0.65% -
XYZ 20.85 11.92 22.32 -
YUV 93.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 166 49 130 0 0.70 0.22 0.35 318.46 0.54 0.42
Hex A6 31 82 0 46 16 23 13E 36 2A
Octal 246 61 202 0 106 26 43 476 66 52
Binary 10100110 110001 10000010 0 1000110 10110 100011 100111110 110110 101010

Color Harmonies of #A63182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63182

Black with #A63182

Text Example


Text Example

White with #A63182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63182; }

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

 H1.HeaderClassName
 {
   color: #A63182;
 }
 .AnyTagClassName
 {
   color: #A63182;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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