Html Css Color HEX #A63174 Medium Red Violet

📋 copy color: '#A63174'

red 166 ◦ green 49 ◦ blue 116

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

Shades of Medium Red Violet #A63174

Tints of Medium Red Violet #A63174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 50.15%
G = 14.8%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A63174 (or 0xA63174) is known color: Medium Red Violet. HEX triplet: A6, 31 and 74. RGB value is (166,49,116). Sum of RGB (Red+Green+Blue) = 166+49+116=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A63174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63174 is #59CE8B. Grayscale: #5B5B5B. Windows color (decimal): -5885580 or 7614886. OLE color: 7614886.

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

Color convert

RGB 166 49 116 -
CMYK 0 0.70 0.30 0.35
HSL 325.64º 0.54% 0.42% -
HSV(B) 325.64º 0.7% 0.65% -
XYZ 19.98 11.56 17.7 -
YUV 91.62 141.76 181.05 -
System Red Green Blue C M Y K H S L
Decimal 166 49 116 0 0.70 0.30 0.35 325.64 0.54 0.42
Hex A6 31 74 0 46 1E 23 146 36 2A
Octal 246 61 164 0 106 36 43 506 66 52
Binary 10100110 110001 1110100 0 1000110 11110 100011 101000110 110110 101010

Color Harmonies of #A63174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63174

Black with #A63174

Text Example


Text Example

White with #A63174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63174; }

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

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

background-color css

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

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

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

border-color css

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

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

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