#AF8AA5

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

Shades of London Hue #AF8AA5

Tints of London Hue #AF8AA5

Color information

#AF8AA5 (or 0xAF8AA5) is unknown color: approx London Hue. HEX triplet: AF, 8A and A5. RGB value is (175,138,165). Sum of RGB (Red+Green+Blue) = 175+138+165=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AA5 is #50755A. Grayscale: #989898. Windows color (decimal): -5272923 or 10848943. OLE color: 10848943.

HSL color Cylindrical-coordinate representation of color #AF8AA5: hue angle of 316.22º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8AA5 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB175138165-
CMYK00.210.060.31
HSL316.22º18.78%61.37%-
HSV(B)316.22º21.14%68.63%-
XYZ33.5630.0139.62-
YUV152.14135.26144.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 165 (64.84% from 255) = 34.52%
R=36.61%
G=28.87%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513816500.210.060.31316.2218.7861.37
HexAF8AA501561F13c133d
Octal2572122450256374742375
Binary1010111110001010101001010101011101111110011110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AA5; }

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

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

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

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

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

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

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

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