Html Css Color HEX #A6408B Medium Red Violet

📋 copy color: '#A6408B'

red 166 ◦ green 64 ◦ blue 139

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

Shades of Medium Red Violet #A6408B

Tints of Medium Red Violet #A6408B

RGB

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

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

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

R = 44.99%
G = 17.34%
B = 37.67%

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

#A6408B (or 0xA6408B) is known color: Medium Red Violet. HEX triplet: A6, 40 and 8B. RGB value is (166,64,139). Sum of RGB (Red+Green+Blue) = 166+64+139=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A6408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6408B is #59BF74. Grayscale: #666666. Windows color (decimal): -5881717 or 9126054. OLE color: 9126054.

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

Color convert

RGB 166 64 139 -
CMYK 0 0.61 0.16 0.35
HSL 315.88º 0.44% 0.45% -
HSV(B) 315.88º 0.61% 0.65% -
XYZ 22.22 13.64 25.89 -
YUV 103.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 166 64 139 0 0.61 0.16 0.35 315.88 0.44 0.45
Hex A6 40 8B 0 3D 10 23 13C 2C 2D
Octal 246 100 213 0 75 20 43 474 54 55
Binary 10100110 1000000 10001011 0 111101 10000 100011 100111100 101100 101101

Color Harmonies of #A6408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6408B

Black with #A6408B

Text Example


Text Example

White with #A6408B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6408B; }

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

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

background-color css

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

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

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

border-color css

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

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

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