#AF79AA

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

Shades of London Hue #AF79AA

Tints of London Hue #AF79AA

Color information

#AF79AA (or 0xAF79AA) is unknown color: approx London Hue. HEX triplet: AF, 79 and AA. RGB value is (175,121,170). Sum of RGB (Red+Green+Blue) = 175+121+170=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF79AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF79AA is #508655. Grayscale: #8E8E8E. Windows color (decimal): -5277270 or 11172271. OLE color: 11172271.

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

Color convert

RGB175121170-
CMYK00.310.030.31
HSL305.56º25.23%58.04%-
HSV(B)305.56º30.86%68.63%-
XYZ31.7725.6941.31-
YUV142.73143.39151.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=37.55%
G=25.97%
B=36.48%

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
Decimal17512117000.310.030.31305.5625.2358.04
HexAF79AA01F31F132193a
Octal2571712520373374623172
Binary10101111111100110101010011111111111110011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79AA; }

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

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

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

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

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

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

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

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