#AF99B1

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

Shades of London Hue #AF99B1

Tints of London Hue #AF99B1

Color information

#AF99B1 (or 0xAF99B1) is unknown color: approx London Hue. HEX triplet: AF, 99 and B1. RGB value is (175,153,177). Sum of RGB (Red+Green+Blue) = 175+153+177=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF99B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99B1 is #50664E. Grayscale: #A2A2A2. Windows color (decimal): -5269071 or 11639215. OLE color: 11639215.

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

Color convert

RGB175153177-
CMYK0.010.1400.31
HSL295º13.33%64.71%-
HSV(B)295º13.56%69.41%-
XYZ37.0135.0746.41-
YUV162.31136.29137.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 177 (69.53% from 255) = 35.05%
R=34.65%
G=30.30%
B=35.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751531770.010.1400.3129513.3364.71
HexAF99B11E01F127d41
Octal25723126111603744715101
Binary1010111110011001101100011111001111110010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99B1; }

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

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

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

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

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

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

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

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