#AF95AC

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

Shades of London Hue #AF95AC

Tints of London Hue #AF95AC

Color information

#AF95AC (or 0xAF95AC) is unknown color: approx London Hue. HEX triplet: AF, 95 and AC. RGB value is (175,149,172). Sum of RGB (Red+Green+Blue) = 175+149+172=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AF95AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF95AC is #506A53. Grayscale: #9F9F9F. Windows color (decimal): -5270100 or 11310511. OLE color: 11310511.

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

Color convert

RGB175149172-
CMYK00.150.020.31
HSL306.92º13.98%63.53%-
HSV(B)306.92º14.86%68.63%-
XYZ35.8733.5943.62-
YUV159.4135.11139.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=35.28%
G=30.04%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514917200.150.020.31306.9213.9863.53
HexAF95AC0F21F133e40
Octal25722525401723746316100
Binary10101111100101011010110001111101111110011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95AC; }

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

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

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

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

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

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

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

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