#AB168E

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

Shades of Medium Violet Red #AB168E

Tints of Medium Violet Red #AB168E

Color information

#AB168E (or 0xAB168E) is unknown color: approx Medium Violet Red. HEX triplet: AB, 16 and 8E. RGB value is (171,22,142). Sum of RGB (Red+Green+Blue) = 171+22+142=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB168E is #54E971. Grayscale: #4F4F4F. Windows color (decimal): -5564786 or 9311915. OLE color: 9311915.

HSL color Cylindrical-coordinate representation of color #AB168E: hue angle of 311.68º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB168E is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB17122142-
CMYK00.870.170.33
HSL311.68º77.2%37.84%-
HSV(B)311.68º87.13%67.06%-
XYZ21.9611.1826.59-
YUV80.23162.86192.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 22 (8.98% from 255) = 6.57%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=51.04%
G=6.57%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712214200.870.170.33311.6877.237.84
HexAB168E05711211384d26
Octal253262160127214147011546
Binary10101011101101000111001010111100011000011001110001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB168E; }

 p { color: rgb(171,22,142); }

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

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

 a { background-color: rgb(171,22,142); }

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

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

 span { border-color: rgb(171,22,142); }

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