#AF79AF

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

Shades of London Hue #AF79AF

Tints of London Hue #AF79AF

Color information

#AF79AF (or 0xAF79AF) is unknown color: approx London Hue. HEX triplet: AF, 79 and AF. RGB value is (175,121,175). Sum of RGB (Red+Green+Blue) = 175+121+175=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF79AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF79AF is #508650. Grayscale: #8F8F8F. Windows color (decimal): -5277265 or 11499951. OLE color: 11499951.

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

Color convert

RGB175121175-
CMYK00.3100.31
HSL300º25.23%58.04%-
HSV(B)300º30.86%68.63%-
XYZ32.2525.8843.85-
YUV143.3145.89150.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=37.15%
G=25.69%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512117500.3100.3130025.2358.04
HexAF79AF01F01F12c193a
Octal2571712570370374543172
Binary1010111111110011010111101111101111110010110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79AF; }

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

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

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

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

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

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

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

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