#AF8CA6

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

Shades of London Hue #AF8CA6

Tints of London Hue #AF8CA6

Color information

#AF8CA6 (or 0xAF8CA6) is unknown color: approx London Hue. HEX triplet: AF, 8C and A6. RGB value is (175,140,166). Sum of RGB (Red+Green+Blue) = 175+140+166=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CA6 is #507359. Grayscale: #999999. Windows color (decimal): -5272410 or 10914991. OLE color: 10914991.

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

Color convert

RGB175140166-
CMYK00.20.050.31
HSL315.43º17.95%61.76%-
HSV(B)315.43º20%68.63%-
XYZ33.9430.6240.2-
YUV153.43135.1143.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 166 (65.23% from 255) = 34.51%
R=36.38%
G=29.11%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514016600.20.050.31315.4317.9561.76
HexAF8CA601451F13b123e
Octal2572142460245374732276
Binary1010111110001100101001100101001011111110011101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CA6; }

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

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

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

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

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

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

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

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