#AF85A7

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

Shades of London Hue #AF85A7

Tints of London Hue #AF85A7

Color information

#AF85A7 (or 0xAF85A7) is unknown color: approx London Hue. HEX triplet: AF, 85 and A7. RGB value is (175,133,167). Sum of RGB (Red+Green+Blue) = 175+133+167=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF85A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF85A7 is #507A58. Grayscale: #959595. Windows color (decimal): -5274201 or 10978735. OLE color: 10978735.

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

Color convert

RGB175133167-
CMYK00.240.050.31
HSL311.43º20.79%60.39%-
HSV(B)311.43º24%68.63%-
XYZ33.0428.6840.35-
YUV149.43137.91146.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=36.84%
G=28%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513316700.240.050.31311.4320.7960.39
HexAF85A701851F137153c
Octal2572052470305374672574
Binary1010111110000101101001110110001011111110011011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85A7; }

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

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

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

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

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

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

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

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