Html Css Color HEX #A6317D Medium Red Violet

📋 copy color: '#A6317D'

red 166 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #A6317D

Tints of Medium Red Violet #A6317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.76%

R = 48.82%
G = 14.41%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6317D (or 0xA6317D) is known color: Medium Red Violet. HEX triplet: A6, 31 and 7D. RGB value is (166,49,125). Sum of RGB (Red+Green+Blue) = 166+49+125=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6317D is #59CE82. Grayscale: #5C5C5C. Windows color (decimal): -5885571 or 8204710. OLE color: 8204710.

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

Color convert

RGB 166 49 125 -
CMYK 0 0.70 0.25 0.35
HSL 321.03º 0.54% 0.42% -
HSV(B) 321.03º 0.7% 0.65% -
XYZ 20.53 11.78 20.59 -
YUV 92.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 166 49 125 0 0.70 0.25 0.35 321.03 0.54 0.42
Hex A6 31 7D 0 46 19 23 141 36 2A
Octal 246 61 175 0 106 31 43 501 66 52
Binary 10100110 110001 1111101 0 1000110 11001 100011 101000001 110110 101010

Color Harmonies of #A6317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6317D

Black with #A6317D

Text Example


Text Example

White with #A6317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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