#AF8CAB

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

Shades of London Hue #AF8CAB

Tints of London Hue #AF8CAB

Color information

#AF8CAB (or 0xAF8CAB) is unknown color: approx London Hue. HEX triplet: AF, 8C and AB. RGB value is (175,140,171). Sum of RGB (Red+Green+Blue) = 175+140+171=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CAB is #507354. Grayscale: #999999. Windows color (decimal): -5272405 or 11242671. OLE color: 11242671.

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

Color convert

RGB175140171-
CMYK00.20.020.31
HSL306.86º17.95%61.76%-
HSV(B)306.86º20%68.63%-
XYZ34.4130.8142.66-
YUV154137.6142.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 140 (55.08% from 255) = 28.81%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=36.01%
G=28.81%
B=35.19%

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
Decimal17514017100.20.020.31306.8617.9561.76
HexAF8CAB01421F133123e
Octal2572142530242374632276
Binary101011111000110010101011010100101111110011001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CAB; }

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

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

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

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

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

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

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

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