Html Css Color HEX #A6168B Medium Violet Red

📋 copy color: '#A6168B'

red 166 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #A6168B

Tints of Medium Violet Red #A6168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.51%

R = 50.76%
G = 6.73%
B = 42.51%

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

#A6168B (or 0xA6168B) is known color: Medium Violet Red. HEX triplet: A6, 16 and 8B. RGB value is (166,22,139). Sum of RGB (Red+Green+Blue) = 166+22+139=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6168B is #59E974. Grayscale: #4E4E4E. Windows color (decimal): -5892469 or 9115302. OLE color: 9115302.

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

Color convert

RGB 166 22 139 -
CMYK 0 0.87 0.16 0.35
HSL 311.25º 0.77% 0.37% -
HSV(B) 311.25º 0.87% 0.65% -
XYZ 20.67 10.54 25.37 -
YUV 78.39 162.21 190.49 -
System Red Green Blue C M Y K H S L
Decimal 166 22 139 0 0.87 0.16 0.35 311.25 0.77 0.37
Hex A6 16 8B 0 57 10 23 137 4D 25
Octal 246 26 213 0 127 20 43 467 115 45
Binary 10100110 10110 10001011 0 1010111 10000 100011 100110111 1001101 100101

Color Harmonies of #A6168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6168B

Black with #A6168B

Text Example


Text Example

White with #A6168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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