#AF95A7

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

Shades of London Hue #AF95A7

Tints of London Hue #AF95A7

Color information

#AF95A7 (or 0xAF95A7) is unknown color: approx London Hue. HEX triplet: AF, 95 and A7. RGB value is (175,149,167). Sum of RGB (Red+Green+Blue) = 175+149+167=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AF95A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF95A7 is #506A58. Grayscale: #9E9E9E. Windows color (decimal): -5270105 or 10982831. OLE color: 10982831.

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

Color convert

RGB175149167-
CMYK00.150.050.31
HSL318.46º13.98%63.53%-
HSV(B)318.46º14.86%68.63%-
XYZ35.433.441.14-
YUV158.83132.61139.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 167 (65.62% from 255) = 34.01%
R=35.64%
G=30.35%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514916700.150.050.31318.4613.9863.53
HexAF95A70F51F13ee40
Octal25722524701753747616100
Binary101011111001010110100111011111011111110011111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95A7; }

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

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

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

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

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

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

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

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