Html Css Color HEX #A6167F Medium Violet Red

📋 copy color: '#A6167F'

red 166 ◦ green 22 ◦ blue 127

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

Shades of Medium Violet Red #A6167F

Tints of Medium Violet Red #A6167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.98%

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

R = 52.7%
G = 6.98%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6167F (or 0xA6167F) is known color: Medium Violet Red. HEX triplet: A6, 16 and 7F. RGB value is (166,22,127). Sum of RGB (Red+Green+Blue) = 166+22+127=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6167F is #59E980. Grayscale: #4C4C4C. Windows color (decimal): -5892481 or 8328870. OLE color: 8328870.

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

Color convert

RGB 166 22 127 -
CMYK 0 0.87 0.23 0.35
HSL 316.25º 0.77% 0.37% -
HSV(B) 316.25º 0.87% 0.65% -
XYZ 19.84 10.21 21 -
YUV 77.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 166 22 127 0 0.87 0.23 0.35 316.25 0.77 0.37
Hex A6 16 7F 0 57 17 23 13C 4D 25
Octal 246 26 177 0 127 27 43 474 115 45
Binary 10100110 10110 1111111 0 1010111 10111 100011 100111100 1001101 100101

Color Harmonies of #A6167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6167F

Black with #A6167F

Text Example


Text Example

White with #A6167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6167F; }

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

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

background-color css

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

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

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

border-color css

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

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

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