Html Css Color HEX #A6408C Medium Red Violet

📋 copy color: '#A6408C'

red 166 ◦ green 64 ◦ blue 140

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

Shades of Medium Red Violet #A6408C

Tints of Medium Red Violet #A6408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.3%

 BLUE value IS 140 (55.08% from 255) = 37.84%

R = 44.86%
G = 17.3%
B = 37.84%

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

#A6408C (or 0xA6408C) is known color: Medium Red Violet. HEX triplet: A6, 40 and 8C. RGB value is (166,64,140). Sum of RGB (Red+Green+Blue) = 166+64+140=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6408C is #59BF73. Grayscale: #666666. Windows color (decimal): -5881716 or 9191590. OLE color: 9191590.

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

Color convert

RGB 166 64 140 -
CMYK 0 0.61 0.16 0.35
HSL 315.29º 0.44% 0.45% -
HSV(B) 315.29º 0.61% 0.65% -
XYZ 22.29 13.67 26.27 -
YUV 103.16 148.79 172.82 -
System Red Green Blue C M Y K H S L
Decimal 166 64 140 0 0.61 0.16 0.35 315.29 0.44 0.45
Hex A6 40 8C 0 3D 10 23 13B 2C 2D
Octal 246 100 214 0 75 20 43 473 54 55
Binary 10100110 1000000 10001100 0 111101 10000 100011 100111011 101100 101101

Color Harmonies of #A6408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6408C

Black with #A6408C

Text Example


Text Example

White with #A6408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6408C; }

 p { color: rgb(166,64,140); }

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

background-color css

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

 a { background-color: rgb(166,64,140); }

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

border-color css

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

 span { border-color: rgb(166,64,140); }

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