#AF84AA

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

Shades of London Hue #AF84AA

Tints of London Hue #AF84AA

Color information

#AF84AA (or 0xAF84AA) is unknown color: approx London Hue. HEX triplet: AF, 84 and AA. RGB value is (175,132,170). Sum of RGB (Red+Green+Blue) = 175+132+170=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF84AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF84AA is #507B55. Grayscale: #959595. Windows color (decimal): -5274454 or 11175087. OLE color: 11175087.

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

Color convert

RGB175132170-
CMYK00.250.030.31
HSL306.98º21.18%60.2%-
HSV(B)306.98º24.57%68.63%-
XYZ33.1928.5241.79-
YUV149.19139.75146.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=36.69%
G=27.67%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513217000.250.030.31306.9821.1860.2
HexAF84AA01931F133153c
Octal2572042520313374632574
Binary101011111000010010101010011001111111110011001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84AA; }

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

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

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

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

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

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

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

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