Html Css Color HEX #A6378B Medium Red Violet

📋 copy color: '#A6378B'

red 166 ◦ green 55 ◦ blue 139

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

Shades of Medium Red Violet #A6378B

Tints of Medium Red Violet #A6378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.28%

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

R = 46.11%
G = 15.28%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6378B (or 0xA6378B) is known color: Medium Red Violet. HEX triplet: A6, 37 and 8B. RGB value is (166,55,139). Sum of RGB (Red+Green+Blue) = 166+55+139=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6378B is #59C874. Grayscale: #616161. Windows color (decimal): -5884021 or 9123750. OLE color: 9123750.

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

Color convert

RGB 166 55 139 -
CMYK 0 0.67 0.16 0.35
HSL 314.59º 0.5% 0.43% -
HSV(B) 314.59º 0.67% 0.65% -
XYZ 21.75 12.7 25.73 -
YUV 97.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 166 55 139 0 0.67 0.16 0.35 314.59 0.5 0.43
Hex A6 37 8B 0 43 10 23 13B 32 2B
Octal 246 67 213 0 103 20 43 473 62 53
Binary 10100110 110111 10001011 0 1000011 10000 100011 100111011 110010 101011

Color Harmonies of #A6378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6378B

Black with #A6378B

Text Example


Text Example

White with #A6378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6378B; }

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

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

background-color css

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

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

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

border-color css

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

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

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