#AF79A9

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

Shades of London Hue #AF79A9

Tints of London Hue #AF79A9

Color information

#AF79A9 (or 0xAF79A9) is unknown color: approx London Hue. HEX triplet: AF, 79 and A9. RGB value is (175,121,169). Sum of RGB (Red+Green+Blue) = 175+121+169=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF79A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF79A9 is #508656. Grayscale: #8E8E8E. Windows color (decimal): -5277271 or 11106735. OLE color: 11106735.

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

Color convert

RGB175121169-
CMYK00.310.030.31
HSL306.67º25.23%58.04%-
HSV(B)306.67º30.86%68.63%-
XYZ31.6825.6540.82-
YUV142.62142.89151.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=37.63%
G=26.02%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512116900.310.030.31306.6725.2358.04
HexAF79A901F31F133193a
Octal2571712510373374633172
Binary10101111111100110101001011111111111110011001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79A9; }

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

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

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

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

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

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

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

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