Html Css Color HEX #A63282 Medium Red Violet

📋 copy color: '#A63282'

red 166 ◦ green 50 ◦ blue 130

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

Shades of Medium Red Violet #A63282

Tints of Medium Red Violet #A63282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

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

R = 47.98%
G = 14.45%
B = 37.57%

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

#A63282 (or 0xA63282) is known color: Medium Red Violet. HEX triplet: A6, 32 and 82. RGB value is (166,50,130). Sum of RGB (Red+Green+Blue) = 166+50+130=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A63282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63282 is #59CD7D. Grayscale: #5D5D5D. Windows color (decimal): -5885310 or 8532646. OLE color: 8532646.

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

Color convert

RGB 166 50 130 -
CMYK 0 0.70 0.22 0.35
HSL 318.62º 0.54% 0.42% -
HSV(B) 318.62º 0.7% 0.65% -
XYZ 20.9 12 22.33 -
YUV 93.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 166 50 130 0 0.70 0.22 0.35 318.62 0.54 0.42
Hex A6 32 82 0 46 16 23 13F 36 2A
Octal 246 62 202 0 106 26 43 477 66 52
Binary 10100110 110010 10000010 0 1000110 10110 100011 100111111 110110 101010

Color Harmonies of #A63282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63282

Black with #A63282

Text Example


Text Example

White with #A63282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63282; }

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

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

background-color css

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

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

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

border-color css

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

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

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