Html Css Color HEX #A6277D Medium Red Violet

📋 copy color: '#A6277D'

red 166 ◦ green 39 ◦ blue 125

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

Shades of Medium Red Violet #A6277D

Tints of Medium Red Violet #A6277D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 50.3%
G = 11.82%
B = 37.88%

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

#A6277D (or 0xA6277D) is known color: Medium Red Violet. HEX triplet: A6, 27 and 7D. RGB value is (166,39,125). Sum of RGB (Red+Green+Blue) = 166+39+125=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6277D is #59D882. Grayscale: #565656. Windows color (decimal): -5888131 or 8202150. OLE color: 8202150.

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

Color convert

RGB 166 39 125 -
CMYK 0 0.77 0.25 0.35
HSL 319.37º 0.62% 0.4% -
HSV(B) 319.37º 0.77% 0.65% -
XYZ 20.15 11.04 20.47 -
YUV 86.78 149.58 184.51 -
System Red Green Blue C M Y K H S L
Decimal 166 39 125 0 0.77 0.25 0.35 319.37 0.62 0.4
Hex A6 27 7D 0 4D 19 23 13F 3E 28
Octal 246 47 175 0 115 31 43 477 76 50
Binary 10100110 100111 1111101 0 1001101 11001 100011 100111111 111110 101000

Color Harmonies of #A6277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6277D

Black with #A6277D

Text Example


Text Example

White with #A6277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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