#AF79AB

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

Shades of London Hue #AF79AB

Tints of London Hue #AF79AB

Color information

#AF79AB (or 0xAF79AB) is unknown color: approx London Hue. HEX triplet: AF, 79 and AB. RGB value is (175,121,171). Sum of RGB (Red+Green+Blue) = 175+121+171=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF79AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF79AB is #508654. Grayscale: #8E8E8E. Windows color (decimal): -5277269 or 11237807. OLE color: 11237807.

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

Color convert

RGB175121171-
CMYK00.310.020.31
HSL304.44º25.23%58.04%-
HSV(B)304.44º30.86%68.63%-
XYZ31.8725.7341.81-
YUV142.85143.89150.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=37.47%
G=25.91%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512117100.310.020.31304.4425.2358.04
HexAF79AB01F21F130193a
Octal2571712530372374603172
Binary10101111111100110101011011111101111110011000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79AB; }

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

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

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

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

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

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

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

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