#AF94AD

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

Shades of London Hue #AF94AD

Tints of London Hue #AF94AD

Color information

#AF94AD (or 0xAF94AD) is unknown color: approx London Hue. HEX triplet: AF, 94 and AD. RGB value is (175,148,173). Sum of RGB (Red+Green+Blue) = 175+148+173=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AF94AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF94AD is #506B52. Grayscale: #9E9E9E. Windows color (decimal): -5270355 or 11375791. OLE color: 11375791.

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

Color convert

RGB175148173-
CMYK00.150.010.31
HSL304.44º14.44%63.33%-
HSV(B)304.44º15.43%68.63%-
XYZ35.8133.3144.08-
YUV158.92135.95139.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=35.28%
G=29.84%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514817300.150.010.31304.4414.4463.33
HexAF94AD0F11F130e3f
Octal2572242550171374601677
Binary101011111001010010101101011111111111001100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94AD; }

 p { color: rgb(175,148,173); }

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

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

 a { background-color: rgb(175,148,173); }

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

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

 span { border-color: rgb(175,148,173); }

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