#AF8DAC

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

Shades of London Hue #AF8DAC

Tints of London Hue #AF8DAC

Color information

#AF8DAC (or 0xAF8DAC) is unknown color: approx London Hue. HEX triplet: AF, 8D and AC. RGB value is (175,141,172). Sum of RGB (Red+Green+Blue) = 175+141+172=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8DAC is #507253. Grayscale: #9A9A9A. Windows color (decimal): -5272148 or 11308463. OLE color: 11308463.

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

Color convert

RGB175141172-
CMYK00.190.020.31
HSL305.29º17.53%61.96%-
HSV(B)305.29º19.43%68.63%-
XYZ34.6531.1443.21-
YUV154.7137.76142.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=35.86%
G=28.89%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514117200.190.020.31305.2917.5361.96
HexAF8DAC01321F131123e
Octal2572152540232374612276
Binary101011111000110110101100010011101111110011000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8DAC; }

 p { color: rgb(175,141,172); }

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

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

 a { background-color: rgb(175,141,172); }

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

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

 span { border-color: rgb(175,141,172); }

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