Html Css Color HEX #A6378C Medium Red Violet

📋 copy color: '#A6378C'

red 166 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #A6378C

Tints of Medium Red Violet #A6378C

RGB

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

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

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

R = 45.98%
G = 15.24%
B = 38.78%

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

#A6378C (or 0xA6378C) is known color: Medium Red Violet. HEX triplet: A6, 37 and 8C. RGB value is (166,55,140). Sum of RGB (Red+Green+Blue) = 166+55+140=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6378C is #59C873. Grayscale: #616161. Windows color (decimal): -5884020 or 9189286. OLE color: 9189286.

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

Color convert

RGB 166 55 140 -
CMYK 0 0.67 0.16 0.35
HSL 314.05º 0.5% 0.43% -
HSV(B) 314.05º 0.67% 0.65% -
XYZ 21.83 12.73 26.12 -
YUV 97.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 166 55 140 0 0.67 0.16 0.35 314.05 0.5 0.43
Hex A6 37 8C 0 43 10 23 13A 32 2B
Octal 246 67 214 0 103 20 43 472 62 53
Binary 10100110 110111 10001100 0 1000011 10000 100011 100111010 110010 101011

Color Harmonies of #A6378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6378C

Black with #A6378C

Text Example


Text Example

White with #A6378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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