#AF84AB

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

Shades of London Hue #AF84AB

Tints of London Hue #AF84AB

Color information

#AF84AB (or 0xAF84AB) is unknown color: approx London Hue. HEX triplet: AF, 84 and AB. RGB value is (175,132,171). Sum of RGB (Red+Green+Blue) = 175+132+171=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF84AB is #507B54. Grayscale: #959595. Windows color (decimal): -5274453 or 11240623. OLE color: 11240623.

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

Color convert

RGB175132171-
CMYK00.250.020.31
HSL305.58º21.18%60.2%-
HSV(B)305.58º24.57%68.63%-
XYZ33.2828.5642.29-
YUV149.3140.25146.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513217100.250.020.31305.5821.1860.2
HexAF84AB01921F132153c
Octal2572042530312374622574
Binary101011111000010010101011011001101111110011001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84AB; }

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

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

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

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

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

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

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

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