#AF84AE

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

Shades of London Hue #AF84AE

Tints of London Hue #AF84AE

Color information

#AF84AE (or 0xAF84AE) is unknown color: approx London Hue. HEX triplet: AF, 84 and AE. RGB value is (175,132,174). Sum of RGB (Red+Green+Blue) = 175+132+174=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF84AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF84AE is #507B51. Grayscale: #959595. Windows color (decimal): -5274450 or 11437231. OLE color: 11437231.

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

Color convert

RGB175132174-
CMYK00.250.010.31
HSL301.4º21.18%60.2%-
HSV(B)301.4º24.57%68.63%-
XYZ33.5728.6743.81-
YUV149.65141.75146.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=36.38%
G=27.44%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513217400.250.010.31301.421.1860.2
HexAF84AE01911F12d153c
Octal2572042560311374552574
Binary10101111100001001010111001100111111110010110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84AE; }

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

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

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

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

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

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

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

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