#AF8CAC

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

Shades of London Hue #AF8CAC

Tints of London Hue #AF8CAC

Color information

#AF8CAC (or 0xAF8CAC) is unknown color: approx London Hue. HEX triplet: AF, 8C and AC. RGB value is (175,140,172). Sum of RGB (Red+Green+Blue) = 175+140+172=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CAC is #507353. Grayscale: #9A9A9A. Windows color (decimal): -5272404 or 11308207. OLE color: 11308207.

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

Color convert

RGB175140172-
CMYK00.20.020.31
HSL305.14º17.95%61.76%-
HSV(B)305.14º20%68.63%-
XYZ34.530.8543.17-
YUV154.11138.1142.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=35.93%
G=28.75%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514017200.20.020.31305.1417.9561.76
HexAF8CAC01421F131123e
Octal2572142540242374612276
Binary101011111000110010101100010100101111110011000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CAC; }

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

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

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

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

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

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

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

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