#AF8DB0

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

Shades of London Hue #AF8DB0

Tints of London Hue #AF8DB0

Color information

#AF8DB0 (or 0xAF8DB0) is unknown color: approx London Hue. HEX triplet: AF, 8D and B0. RGB value is (175,141,176). Sum of RGB (Red+Green+Blue) = 175+141+176=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF8DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8DB0 is #50724F. Grayscale: #9B9B9B. Windows color (decimal): -5272144 or 11570607. OLE color: 11570607.

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

Color convert

RGB175141176-
CMYK0.010.2000.31
HSL298.29º18.13%62.16%-
HSV(B)298.29º19.89%69.02%-
XYZ35.0431.345.27-
YUV155.16139.76142.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 176 (69.14% from 255) = 35.77%
R=35.57%
G=28.66%
B=35.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751411760.010.2000.31298.2918.1362.16
HexAF8DB011401F12a123e
Octal2572152601240374522276
Binary10101111100011011011000011010001111110010101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8DB0; }

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

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

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

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

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

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

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

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