Html Css Color HEX #A6387C Medium Red Violet

📋 copy color: '#A6387C'

red 166 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #A6387C

Tints of Medium Red Violet #A6387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.18%

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

R = 47.98%
G = 16.18%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6387C (or 0xA6387C) is known color: Medium Red Violet. HEX triplet: A6, 38 and 7C. RGB value is (166,56,124). Sum of RGB (Red+Green+Blue) = 166+56+124=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6387C is #59C783. Grayscale: #606060. Windows color (decimal): -5883780 or 8140966. OLE color: 8140966.

HSL color Cylindrical-coordinate representation of color #A6387C: hue angle of 322.91º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6387C is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 56 124 -
CMYK 0 0.66 0.25 0.35
HSL 322.91º 0.5% 0.44% -
HSV(B) 322.91º 0.66% 0.65% -
XYZ 20.78 12.39 20.37 -
YUV 96.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 166 56 124 0 0.66 0.25 0.35 322.91 0.5 0.44
Hex A6 38 7C 0 42 19 23 143 32 2C
Octal 246 70 174 0 102 31 43 503 62 54
Binary 10100110 111000 1111100 0 1000010 11001 100011 101000011 110010 101100

Color Harmonies of #A6387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6387C

Black with #A6387C

Text Example


Text Example

White with #A6387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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