#AF8AB0

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

Shades of London Hue #AF8AB0

Tints of London Hue #AF8AB0

Color information

#AF8AB0 (or 0xAF8AB0) is unknown color: approx London Hue. HEX triplet: AF, 8A and B0. RGB value is (175,138,176). Sum of RGB (Red+Green+Blue) = 175+138+176=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF8AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AB0 is #50754F. Grayscale: #999999. Windows color (decimal): -5272912 or 11569839. OLE color: 11569839.

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

Color convert

RGB175138176-
CMYK0.010.2200.31
HSL298.42º19.39%61.57%-
HSV(B)298.42º21.59%69.02%-
XYZ34.630.4345.12-
YUV153.39140.76143.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 176 (69.14% from 255) = 35.99%
R=35.79%
G=28.22%
B=35.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751381760.010.2200.31298.4219.3961.57
HexAF8AB011601F12a133e
Octal2572122601260374522376
Binary10101111100010101011000011011001111110010101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AB0; }

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

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

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

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

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

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

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

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