Html Css Color HEX #A6319C Medium Red Violet

📋 copy color: '#A6319C'

red 166 ◦ green 49 ◦ blue 156

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

Shades of Medium Red Violet #A6319C

Tints of Medium Red Violet #A6319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 44.74%
G = 13.21%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6319C (or 0xA6319C) is known color: Medium Red Violet. HEX triplet: A6, 31 and 9C. RGB value is (166,49,156). Sum of RGB (Red+Green+Blue) = 166+49+156=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6319C is #59CE63. Grayscale: #5F5F5F. Windows color (decimal): -5885540 or 10236326. OLE color: 10236326.

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

Color convert

RGB 166 49 156 -
CMYK 0 0.70 0.06 0.35
HSL 305.13º 0.54% 0.42% -
HSV(B) 305.13º 0.7% 0.65% -
XYZ 22.82 12.7 32.7 -
YUV 96.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 166 49 156 0 0.70 0.06 0.35 305.13 0.54 0.42
Hex A6 31 9C 0 46 6 23 131 36 2A
Octal 246 61 234 0 106 6 43 461 66 52
Binary 10100110 110001 10011100 0 1000110 110 100011 100110001 110110 101010

Color Harmonies of #A6319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6319C

Black with #A6319C

Text Example


Text Example

White with #A6319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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