Html Css Color HEX #A6168C Medium Violet Red

📋 copy color: '#A6168C'

red 166 ◦ green 22 ◦ blue 140

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

Shades of Medium Violet Red #A6168C

Tints of Medium Violet Red #A6168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 50.61%
G = 6.71%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6168C (or 0xA6168C) is known color: Medium Violet Red. HEX triplet: A6, 16 and 8C. RGB value is (166,22,140). Sum of RGB (Red+Green+Blue) = 166+22+140=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6168C is #59E973. Grayscale: #4E4E4E. Windows color (decimal): -5892468 or 9180838. OLE color: 9180838.

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

Color convert

RGB 166 22 140 -
CMYK 0 0.87 0.16 0.35
HSL 310.83º 0.77% 0.37% -
HSV(B) 310.83º 0.87% 0.65% -
XYZ 20.75 10.57 25.76 -
YUV 78.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 166 22 140 0 0.87 0.16 0.35 310.83 0.77 0.37
Hex A6 16 8C 0 57 10 23 137 4D 25
Octal 246 26 214 0 127 20 43 467 115 45
Binary 10100110 10110 10001100 0 1010111 10000 100011 100110111 1001101 100101

Color Harmonies of #A6168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6168C

Black with #A6168C

Text Example


Text Example

White with #A6168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6168C; }

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

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

background-color css

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

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

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

border-color css

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

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

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