#AB82AF

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

Shades of London Hue #AB82AF

Tints of London Hue #AB82AF

Color information

#AB82AF (or 0xAB82AF) is unknown color: approx London Hue. HEX triplet: AB, 82 and AF. RGB value is (171,130,175). Sum of RGB (Red+Green+Blue) = 171+130+175=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB82AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB82AF is #547D50. Grayscale: #939393. Windows color (decimal): -5537105 or 11502251. OLE color: 11502251.

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

Color convert

RGB171130175-
CMYK0.020.2600.31
HSL294.67º21.95%59.8%-
HSV(B)294.67º25.71%68.63%-
XYZ32.5227.7244.19-
YUV147.39143.58144.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=35.92%
G=27.31%
B=36.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711301750.020.2600.31294.6721.9559.8
HexAB82AF21A01F127163c
Octal2532022572320374472674
Binary101010111000001010101111101101001111110010011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82AF; }

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

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

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

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

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

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

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

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