#AF7AA8

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

Shades of London Hue #AF7AA8

Tints of London Hue #AF7AA8

Color information

#AF7AA8 (or 0xAF7AA8) is unknown color: approx London Hue. HEX triplet: AF, 7A and A8. RGB value is (175,122,168). Sum of RGB (Red+Green+Blue) = 175+122+168=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7AA8 is #508557. Grayscale: #8E8E8E. Windows color (decimal): -5277016 or 11041455. OLE color: 11041455.

HSL color Cylindrical-coordinate representation of color #AF7AA8: hue angle of 307.92º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7AA8 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB175122168-
CMYK00.300.040.31
HSL307.92º24.88%58.24%-
HSV(B)307.92º30.29%68.63%-
XYZ31.7125.8640.37-
YUV143.09142.06150.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 168 (66.02% from 255) = 36.13%
R=37.63%
G=26.24%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512216800.300.040.31307.9224.8858.24
HexAF7AA801E41F134193a
Octal2571722500364374643172
Binary101011111111010101010000111101001111110011010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7AA8; }

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

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

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

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

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

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

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

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