#AF98AF

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

Shades of London Hue #AF98AF

Tints of London Hue #AF98AF

Color information

#AF98AF (or 0xAF98AF) is unknown color: approx London Hue. HEX triplet: AF, 98 and AF. RGB value is (175,152,175). Sum of RGB (Red+Green+Blue) = 175+152+175=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF98AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF98AF is #506750. Grayscale: #A1A1A1. Windows color (decimal): -5269329 or 11507887. OLE color: 11507887.

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

Color convert

RGB175152175-
CMYK00.1300.31
HSL300º12.57%64.12%-
HSV(B)300º13.14%68.63%-
XYZ36.6534.6745.32-
YUV161.5135.62137.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=34.86%
G=30.28%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515217500.1300.3130012.5764.12
HexAF98AF0D01F12cd40
Octal25723025701503745415100
Binary1010111110011000101011110110101111110010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98AF; }

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

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

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

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

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

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

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

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