#AF9FAA

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

Shades of London Hue #AF9FAA

Tints of London Hue #AF9FAA

Color information

#AF9FAA (or 0xAF9FAA) is unknown color: approx London Hue. HEX triplet: AF, 9F and AA. RGB value is (175,159,170). Sum of RGB (Red+Green+Blue) = 175+159+170=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9FAA is #506055. Grayscale: #A5A5A5. Windows color (decimal): -5267542 or 11181999. OLE color: 11181999.

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

Color convert

RGB175159170-
CMYK00.090.030.31
HSL318.75º9.09%65.49%-
HSV(B)318.75º9.14%68.63%-
XYZ37.3336.8143.17-
YUV165.04130.8135.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=34.72%
G=31.55%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515917000.090.030.31318.759.0965.49
HexAF9FAA0931F13f941
Octal25723725201133747711101
Binary10101111100111111010101001001111111110011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FAA; }

 p { color: rgb(175,159,170); }

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

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

 a { background-color: rgb(175,159,170); }

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

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

 span { border-color: rgb(175,159,170); }

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