#AF9AB1

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

Shades of London Hue #AF9AB1

Tints of London Hue #AF9AB1

Color information

#AF9AB1 (or 0xAF9AB1) is unknown color: approx London Hue. HEX triplet: AF, 9A and B1. RGB value is (175,154,177). Sum of RGB (Red+Green+Blue) = 175+154+177=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF9AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9AB1 is #50654E. Grayscale: #A2A2A2. Windows color (decimal): -5268815 or 11639471. OLE color: 11639471.

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

Color convert

RGB175154177-
CMYK0.010.1300.31
HSL294.78º12.85%64.9%-
HSV(B)294.78º12.99%69.41%-
XYZ37.1735.446.47-
YUV162.9135.96136.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 177 (69.53% from 255) = 34.98%
R=34.58%
G=30.43%
B=34.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751541770.010.1300.31294.7812.8564.9
HexAF9AB11D01F127d41
Octal25723226111503744715101
Binary1010111110011010101100011110101111110010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AB1; }

 p { color: rgb(175,154,177); }

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

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

 a { background-color: rgb(175,154,177); }

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

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

 span { border-color: rgb(175,154,177); }

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