Html Css Color HEX #A6418B Medium Red Violet

📋 copy color: '#A6418B'

red 166 ◦ green 65 ◦ blue 139

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

Shades of Medium Red Violet #A6418B

Tints of Medium Red Violet #A6418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 44.86%
G = 17.57%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6418B (or 0xA6418B) is known color: Medium Red Violet. HEX triplet: A6, 41 and 8B. RGB value is (166,65,139). Sum of RGB (Red+Green+Blue) = 166+65+139=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6418B is #59BE74. Grayscale: #676767. Windows color (decimal): -5881461 or 9126310. OLE color: 9126310.

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

Color convert

RGB 166 65 139 -
CMYK 0 0.61 0.16 0.35
HSL 316.04º 0.44% 0.45% -
HSV(B) 316.04º 0.61% 0.65% -
XYZ 22.28 13.75 25.91 -
YUV 103.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 166 65 139 0 0.61 0.16 0.35 316.04 0.44 0.45
Hex A6 41 8B 0 3D 10 23 13C 2C 2D
Octal 246 101 213 0 75 20 43 474 54 55
Binary 10100110 1000001 10001011 0 111101 10000 100011 100111100 101100 101101

Color Harmonies of #A6418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6418B

Black with #A6418B

Text Example


Text Example

White with #A6418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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