Html Css Color HEX #A6277C Medium Red Violet

📋 copy color: '#A6277C'

red 166 ◦ green 39 ◦ blue 124

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

Shades of Medium Red Violet #A6277C

Tints of Medium Red Violet #A6277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.85%

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

R = 50.46%
G = 11.85%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6277C (or 0xA6277C) is known color: Medium Red Violet. HEX triplet: A6, 27 and 7C. RGB value is (166,39,124). Sum of RGB (Red+Green+Blue) = 166+39+124=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6277C is #59D883. Grayscale: #565656. Windows color (decimal): -5888132 or 8136614. OLE color: 8136614.

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

Color convert

RGB 166 39 124 -
CMYK 0 0.77 0.25 0.35
HSL 319.84º 0.62% 0.4% -
HSV(B) 319.84º 0.77% 0.65% -
XYZ 20.09 11.01 20.14 -
YUV 86.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 166 39 124 0 0.77 0.25 0.35 319.84 0.62 0.4
Hex A6 27 7C 0 4D 19 23 140 3E 28
Octal 246 47 174 0 115 31 43 500 76 50
Binary 10100110 100111 1111100 0 1001101 11001 100011 101000000 111110 101000

Color Harmonies of #A6277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6277C

Black with #A6277C

Text Example


Text Example

White with #A6277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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