#AF8AA8

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

Shades of London Hue #AF8AA8

Tints of London Hue #AF8AA8

Color information

#AF8AA8 (or 0xAF8AA8) is unknown color: approx London Hue. HEX triplet: AF, 8A and A8. RGB value is (175,138,168). Sum of RGB (Red+Green+Blue) = 175+138+168=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AA8 is #507557. Grayscale: #989898. Windows color (decimal): -5272920 or 11045551. OLE color: 11045551.

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

Color convert

RGB175138168-
CMYK00.210.040.31
HSL311.35º18.78%61.37%-
HSV(B)311.35º21.14%68.63%-
XYZ33.8430.1241.08-
YUV152.48136.76144.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 138 (54.30% from 255) = 28.69%
BLUE value IS 168 (66.02% from 255) = 34.93%
R=36.38%
G=28.69%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513816800.210.040.31311.3518.7861.37
HexAF8AA801541F137133d
Octal2572122500254374672375
Binary1010111110001010101010000101011001111110011011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AA8; }

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

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

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

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

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

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

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

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