Html Css Color HEX #A6418D Medium Red Violet

📋 copy color: '#A6418D'

red 166 ◦ green 65 ◦ blue 141

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

Shades of Medium Red Violet #A6418D

Tints of Medium Red Violet #A6418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.47%

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 44.62%
G = 17.47%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6418D (or 0xA6418D) is known color: Medium Red Violet. HEX triplet: A6, 41 and 8D. RGB value is (166,65,141). Sum of RGB (Red+Green+Blue) = 166+65+141=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6418D is #59BE72. Grayscale: #676767. Windows color (decimal): -5881459 or 9257382. OLE color: 9257382.

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

Color convert

RGB 166 65 141 -
CMYK 0 0.61 0.15 0.35
HSL 314.85º 0.44% 0.45% -
HSV(B) 314.85º 0.61% 0.65% -
XYZ 22.42 13.81 26.68 -
YUV 103.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 166 65 141 0 0.61 0.15 0.35 314.85 0.44 0.45
Hex A6 41 8D 0 3D F 23 13B 2C 2D
Octal 246 101 215 0 75 17 43 473 54 55
Binary 10100110 1000001 10001101 0 111101 1111 100011 100111011 101100 101101

Color Harmonies of #A6418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6418D

Black with #A6418D

Text Example


Text Example

White with #A6418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6418D; }

 p { color: rgb(166,65,141); }

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

background-color css

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

 a { background-color: rgb(166,65,141); }

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

border-color css

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

 span { border-color: rgb(166,65,141); }

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