Html Css Color HEX #A6147F Medium Violet Red

📋 copy color: '#A6147F'

red 166 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #A6147F

Tints of Medium Violet Red #A6147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.39%

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

R = 53.04%
G = 6.39%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6147F (or 0xA6147F) is known color: Medium Violet Red. HEX triplet: A6, 14 and 7F. RGB value is (166,20,127). Sum of RGB (Red+Green+Blue) = 166+20+127=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6147F is #59EB80. Grayscale: #4B4B4B. Windows color (decimal): -5892993 or 8328358. OLE color: 8328358.

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

Color convert

RGB 166 20 127 -
CMYK 0 0.88 0.23 0.35
HSL 316.03º 0.78% 0.36% -
HSV(B) 316.03º 0.88% 0.65% -
XYZ 19.81 10.14 20.99 -
YUV 75.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 166 20 127 0 0.88 0.23 0.35 316.03 0.78 0.36
Hex A6 14 7F 0 58 17 23 13C 4E 24
Octal 246 24 177 0 130 27 43 474 116 44
Binary 10100110 10100 1111111 0 1011000 10111 100011 100111100 1001110 100100

Color Harmonies of #A6147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6147F

Black with #A6147F

Text Example


Text Example

White with #A6147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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