#AB79AF

Color #AB79AF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AB79AF

Tints of London Hue #AB79AF

Color information

#AB79AF (or 0xAB79AF) is unknown color: approx London Hue. HEX triplet: AB, 79 and AF. RGB value is (171,121,175). Sum of RGB (Red+Green+Blue) = 171+121+175=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB79AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB79AF is #548650. Grayscale: #8D8D8D. Windows color (decimal): -5539409 or 11499947. OLE color: 11499947.

HSL color Cylindrical-coordinate representation of color #AB79AF: hue angle of 295.56º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB79AF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171121175-
CMYK0.020.3100.31
HSL295.56º25.23%58.04%-
HSV(B)295.56º30.86%68.63%-
XYZ31.3725.4343.81-
YUV142.11146.56148.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=36.62%
G=25.91%
B=37.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711211750.020.3100.31295.5625.2358.04
HexAB79AF21F01F128193a
Octal2531712572370374503172
Binary10101011111100110101111101111101111110010100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB79AF; }

 p { color: rgb(171,121,175); }

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

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

 a { background-color: rgb(171,121,175); }

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

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

 span { border-color: rgb(171,121,175); }

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