#AF79A8

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

Shades of London Hue #AF79A8

Tints of London Hue #AF79A8

Color information

#AF79A8 (or 0xAF79A8) is unknown color: approx London Hue. HEX triplet: AF, 79 and A8. RGB value is (175,121,168). Sum of RGB (Red+Green+Blue) = 175+121+168=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF79A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF79A8 is #508657. Grayscale: #8E8E8E. Windows color (decimal): -5277272 or 11041199. OLE color: 11041199.

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

Color convert

RGB175121168-
CMYK00.310.040.31
HSL307.78º25.23%58.04%-
HSV(B)307.78º30.86%68.63%-
XYZ31.5825.6240.33-
YUV142.5142.39151.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 168 (66.02% from 255) = 36.21%
R=37.72%
G=26.08%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512116800.310.040.31307.7825.2358.04
HexAF79A801F41F134193a
Octal2571712500374374643172
Binary101011111111001101010000111111001111110011010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79A8; }

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

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

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

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

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

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

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

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