#AF93A9

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

Shades of London Hue #AF93A9

Tints of London Hue #AF93A9

Color information

#AF93A9 (or 0xAF93A9) is unknown color: approx London Hue. HEX triplet: AF, 93 and A9. RGB value is (175,147,169). Sum of RGB (Red+Green+Blue) = 175+147+169=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AF93A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF93A9 is #506C56. Grayscale: #9D9D9D. Windows color (decimal): -5270615 or 11113391. OLE color: 11113391.

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

Color convert

RGB175147169-
CMYK00.160.030.31
HSL312.86º14.89%63.14%-
HSV(B)312.86º16%68.63%-
XYZ35.2732.8542.02-
YUV157.88134.28140.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=35.64%
G=29.94%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514716900.160.030.31312.8614.8963.14
HexAF93A901031F139f3f
Octal2572232510203374711777
Binary10101111100100111010100101000011111111001110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93A9; }

 p { color: rgb(175,147,169); }

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

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

 a { background-color: rgb(175,147,169); }

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

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

 span { border-color: rgb(175,147,169); }

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