Html Css Color HEX #A6407C Medium Red Violet

📋 copy color: '#A6407C'

red 166 ◦ green 64 ◦ blue 124

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

Shades of Medium Red Violet #A6407C

Tints of Medium Red Violet #A6407C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 46.89%
G = 18.08%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6407C (or 0xA6407C) is known color: Medium Red Violet. HEX triplet: A6, 40 and 7C. RGB value is (166,64,124). Sum of RGB (Red+Green+Blue) = 166+64+124=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A6407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6407C is #59BF83. Grayscale: #656565. Windows color (decimal): -5881732 or 8143014. OLE color: 8143014.

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

Color convert

RGB 166 64 124 -
CMYK 0 0.61 0.25 0.35
HSL 324.71º 0.44% 0.45% -
HSV(B) 324.71º 0.61% 0.65% -
XYZ 21.2 13.23 20.51 -
YUV 101.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 166 64 124 0 0.61 0.25 0.35 324.71 0.44 0.45
Hex A6 40 7C 0 3D 19 23 145 2C 2D
Octal 246 100 174 0 75 31 43 505 54 55
Binary 10100110 1000000 1111100 0 111101 11001 100011 101000101 101100 101101

Color Harmonies of #A6407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6407C

Black with #A6407C

Text Example


Text Example

White with #A6407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6407C; }

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

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

background-color css

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

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

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

border-color css

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

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

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