#AB84AF

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

Shades of London Hue #AB84AF

Tints of London Hue #AB84AF

Color information

#AB84AF (or 0xAB84AF) is unknown color: approx London Hue. HEX triplet: AB, 84 and AF. RGB value is (171,132,175). Sum of RGB (Red+Green+Blue) = 171+132+175=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB84AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB84AF is #547B50. Grayscale: #949494. Windows color (decimal): -5536593 or 11502763. OLE color: 11502763.

HSL color Cylindrical-coordinate representation of color #AB84AF: hue angle of 294.42º degrees, saturation: 0.21, 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 #AB84AF is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171132175-
CMYK0.020.2500.31
HSL294.42º21.18%60.2%-
HSV(B)294.42º24.57%68.63%-
XYZ32.7828.2644.28-
YUV148.56142.92144-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=35.77%
G=27.62%
B=36.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711321750.020.2500.31294.4221.1860.2
HexAB84AF21901F126153c
Octal2532042572310374462574
Binary101010111000010010101111101100101111110010011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB84AF; }

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

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

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

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

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

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

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

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