Html Css Color HEX #A6418F Medium Red Violet

📋 copy color: '#A6418F'

red 166 ◦ green 65 ◦ blue 143

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

Shades of Medium Red Violet #A6418F

Tints of Medium Red Violet #A6418F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 44.39%
G = 17.38%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6418F (or 0xA6418F) is known color: Medium Red Violet. HEX triplet: A6, 41 and 8F. RGB value is (166,65,143). Sum of RGB (Red+Green+Blue) = 166+65+143=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6418F is #59BE70. Grayscale: #676767. Windows color (decimal): -5881457 or 9388454. OLE color: 9388454.

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

Color convert

RGB 166 65 143 -
CMYK 0 0.61 0.14 0.35
HSL 313.66º 0.44% 0.45% -
HSV(B) 313.66º 0.61% 0.65% -
XYZ 22.57 13.87 27.47 -
YUV 104.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 166 65 143 0 0.61 0.14 0.35 313.66 0.44 0.45
Hex A6 41 8F 0 3D E 23 13A 2C 2D
Octal 246 101 217 0 75 16 43 472 54 55
Binary 10100110 1000001 10001111 0 111101 1110 100011 100111010 101100 101101

Color Harmonies of #A6418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6418F

Black with #A6418F

Text Example


Text Example

White with #A6418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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