#A6188E

Color #A6188E Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #A6188E

Tints of Medium Violet Red #A6188E

Color information

#A6188E (or 0xA6188E) is unknown color: approx Medium Violet Red. HEX triplet: A6, 18 and 8E. RGB value is (166,24,142). Sum of RGB (Red+Green+Blue) = 166+24+142=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A6188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6188E is #59E771. Grayscale: #4F4F4F. Windows color (decimal): -5891954 or 9312422. OLE color: 9312422.

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

Color convert

RGB16624142-
CMYK00.860.140.35
HSL310.14º74.74%37.25%-
HSV(B)310.14º85.54%65.1%-
XYZ20.9410.7126.56-
YUV79.91163.04189.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 7.23%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=50%
G=7.23%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662414200.860.140.35310.1474.7437.25
HexA6188E056E231364b25
Octal246302160126164346611345
Binary1010011011000100011100101011011101000111001101101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6188E; }

 p { color: rgb(166,24,142); }

 H1.HeaderClassName
 {
   color: #A6188E;
 }
 .AnyTagClassName
 {
   color: #A6188E;
 }
</style>
background-color css

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

 a { background-color: rgb(166,24,142); }

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

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

 span { border-color: rgb(166,24,142); }

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