#AB84B0

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

Shades of London Hue #AB84B0

Tints of London Hue #AB84B0

Color information

#AB84B0 (or 0xAB84B0) is unknown color: approx London Hue. HEX triplet: AB, 84 and B0. RGB value is (171,132,176). Sum of RGB (Red+Green+Blue) = 171+132+176=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB84B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB84B0 is #547B4F. Grayscale: #949494. Windows color (decimal): -5536592 or 11568299. OLE color: 11568299.

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

Color convert

RGB171132176-
CMYK0.030.2500.31
HSL293.18º21.78%60.39%-
HSV(B)293.18º25%69.02%-
XYZ32.8828.344.8-
YUV148.68143.42143.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 176 (69.14% from 255) = 36.74%
R=35.70%
G=27.56%
B=36.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711321760.030.2500.31293.1821.7860.39
HexAB84B031901F125163c
Octal2532042603310374452674
Binary101010111000010010110000111100101111110010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB84B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB84B0; }

 p { color: rgb(171,132,176); }

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

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

 a { background-color: rgb(171,132,176); }

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

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

 span { border-color: rgb(171,132,176); }

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