#AF85AA

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

Shades of London Hue #AF85AA

Tints of London Hue #AF85AA

Color information

#AF85AA (or 0xAF85AA) is unknown color: approx London Hue. HEX triplet: AF, 85 and AA. RGB value is (175,133,170). Sum of RGB (Red+Green+Blue) = 175+133+170=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF85AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF85AA is #507A55. Grayscale: #959595. Windows color (decimal): -5274198 or 11175343. OLE color: 11175343.

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

Color convert

RGB175133170-
CMYK00.240.030.31
HSL307.14º20.79%60.39%-
HSV(B)307.14º24%68.63%-
XYZ33.3228.7941.83-
YUV149.78139.41145.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=36.61%
G=27.82%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513317000.240.030.31307.1420.7960.39
HexAF85AA01831F133153c
Octal2572052520303374632574
Binary101011111000010110101010011000111111110011001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85AA; }

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

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

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

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

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

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

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

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