Html Css Color HEX #A63976 Medium Red Violet

📋 copy color: '#A63976'

red 166 ◦ green 57 ◦ blue 118

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

Shades of Medium Red Violet #A63976

Tints of Medium Red Violet #A63976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 48.68%
G = 16.72%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A63976 (or 0xA63976) is known color: Medium Red Violet. HEX triplet: A6, 39 and 76. RGB value is (166,57,118). Sum of RGB (Red+Green+Blue) = 166+57+118=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A63976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63976 is #59C689. Grayscale: #606060. Windows color (decimal): -5883530 or 7748006. OLE color: 7748006.

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

Color convert

RGB 166 57 118 -
CMYK 0 0.66 0.29 0.35
HSL 326.42º 0.49% 0.44% -
HSV(B) 326.42º 0.66% 0.65% -
XYZ 20.46 12.34 18.44 -
YUV 96.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 166 57 118 0 0.66 0.29 0.35 326.42 0.49 0.44
Hex A6 39 76 0 42 1D 23 146 31 2C
Octal 246 71 166 0 102 35 43 506 61 54
Binary 10100110 111001 1110110 0 1000010 11101 100011 101000110 110001 101100

Color Harmonies of #A63976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63976

Black with #A63976

Text Example


Text Example

White with #A63976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63976; }

 p { color: rgb(166,57,118); }

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

background-color css

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

 a { background-color: rgb(166,57,118); }

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

border-color css

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

 span { border-color: rgb(166,57,118); }

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