Html Css Color HEX #A63280 Medium Red Violet

📋 copy color: '#A63280'

red 166 ◦ green 50 ◦ blue 128

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

Shades of Medium Red Violet #A63280

Tints of Medium Red Violet #A63280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 48.26%
G = 14.53%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A63280 (or 0xA63280) is known color: Medium Red Violet. HEX triplet: A6, 32 and 80. RGB value is (166,50,128). Sum of RGB (Red+Green+Blue) = 166+50+128=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A63280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63280 is #59CD7F. Grayscale: #5D5D5D. Windows color (decimal): -5885312 or 8401574. OLE color: 8401574.

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

Color convert

RGB 166 50 128 -
CMYK 0 0.70 0.23 0.35
HSL 319.66º 0.54% 0.42% -
HSV(B) 319.66º 0.7% 0.65% -
XYZ 20.76 11.95 21.63 -
YUV 93.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 166 50 128 0 0.70 0.23 0.35 319.66 0.54 0.42
Hex A6 32 80 0 46 17 23 140 36 2A
Octal 246 62 200 0 106 27 43 500 66 52
Binary 10100110 110010 10000000 0 1000110 10111 100011 101000000 110110 101010

Color Harmonies of #A63280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63280

Black with #A63280

Text Example


Text Example

White with #A63280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63280; }

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

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

background-color css

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

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

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

border-color css

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

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

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