#AF8AAB

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

Shades of London Hue #AF8AAB

Tints of London Hue #AF8AAB

Color information

#AF8AAB (or 0xAF8AAB) is unknown color: approx London Hue. HEX triplet: AF, 8A and AB. RGB value is (175,138,171). Sum of RGB (Red+Green+Blue) = 175+138+171=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AAB is #507554. Grayscale: #989898. Windows color (decimal): -5272917 or 11242159. OLE color: 11242159.

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

Color convert

RGB175138171-
CMYK00.210.020.31
HSL306.49º18.78%61.37%-
HSV(B)306.49º21.14%68.63%-
XYZ34.1230.2342.57-
YUV152.82138.26143.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=36.16%
G=28.51%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513817100.210.020.31306.4918.7861.37
HexAF8AAB01521F132133d
Octal2572122530252374622375
Binary101011111000101010101011010101101111110011001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AAB; }

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

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

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

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

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

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

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

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