#AF93A5

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

Shades of London Hue #AF93A5

Tints of London Hue #AF93A5

Color information

#AF93A5 (or 0xAF93A5) is unknown color: approx London Hue. HEX triplet: AF, 93 and A5. RGB value is (175,147,165). Sum of RGB (Red+Green+Blue) = 175+147+165=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF93A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF93A5 is #506C5A. Grayscale: #9D9D9D. Windows color (decimal): -5270619 or 10851247. OLE color: 10851247.

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

Color convert

RGB175147165-
CMYK00.160.060.31
HSL321.43º14.89%63.14%-
HSV(B)321.43º16%68.63%-
XYZ34.932.740.07-
YUV157.42132.28140.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=35.93%
G=30.18%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514716500.160.060.31321.4314.8963.14
HexAF93A501061F141f3f
Octal2572232450206375011777
Binary101011111001001110100101010000110111111010000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93A5; }

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

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

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

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

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

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

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

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