Html Css Color HEX #A6377F Medium Red Violet

📋 copy color: '#A6377F'

red 166 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #A6377F

Tints of Medium Red Violet #A6377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.49%

R = 47.7%
G = 15.8%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6377F (or 0xA6377F) is known color: Medium Red Violet. HEX triplet: A6, 37 and 7F. RGB value is (166,55,127). Sum of RGB (Red+Green+Blue) = 166+55+127=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A6377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6377F is #59C880. Grayscale: #606060. Windows color (decimal): -5884033 or 8337318. OLE color: 8337318.

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

Color convert

RGB 166 55 127 -
CMYK 0 0.67 0.23 0.35
HSL 321.08º 0.5% 0.43% -
HSV(B) 321.08º 0.67% 0.65% -
XYZ 20.92 12.37 21.36 -
YUV 96.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 166 55 127 0 0.67 0.23 0.35 321.08 0.5 0.43
Hex A6 37 7F 0 43 17 23 141 32 2B
Octal 246 67 177 0 103 27 43 501 62 53
Binary 10100110 110111 1111111 0 1000011 10111 100011 101000001 110010 101011

Color Harmonies of #A6377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6377F

Black with #A6377F

Text Example


Text Example

White with #A6377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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