#AF96A7

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

Shades of London Hue #AF96A7

Tints of London Hue #AF96A7

Color information

#AF96A7 (or 0xAF96A7) is unknown color: approx London Hue. HEX triplet: AF, 96 and A7. RGB value is (175,150,167). Sum of RGB (Red+Green+Blue) = 175+150+167=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AF96A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF96A7 is #506958. Grayscale: #9F9F9F. Windows color (decimal): -5269849 or 10983087. OLE color: 10983087.

HSL color Cylindrical-coordinate representation of color #AF96A7: hue angle of 319.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF96A7 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB175150167-
CMYK00.140.050.31
HSL319.2º13.51%63.73%-
HSV(B)319.2º14.29%68.63%-
XYZ35.5633.7241.19-
YUV159.41132.28139.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 167 (65.62% from 255) = 33.94%
R=35.57%
G=30.49%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515016700.140.050.31319.213.5163.73
HexAF96A70E51F13fe40
Octal25722624701653747716100
Binary101011111001011010100111011101011111110011111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96A7; }

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

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

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

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

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

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

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

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