#AF85AF

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

Shades of London Hue #AF85AF

Tints of London Hue #AF85AF

Color information

#AF85AF (or 0xAF85AF) is unknown color: approx London Hue. HEX triplet: AF, 85 and AF. RGB value is (175,133,175). Sum of RGB (Red+Green+Blue) = 175+133+175=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF85AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF85AF is #507A50. Grayscale: #969696. Windows color (decimal): -5274193 or 11503023. OLE color: 11503023.

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

Color convert

RGB175133175-
CMYK00.2400.31
HSL300º20.79%60.39%-
HSV(B)300º24%68.63%-
XYZ33.828.9844.37-
YUV150.35141.91145.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=36.23%
G=27.54%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513317500.2400.3130020.7960.39
HexAF85AF01801F12c153c
Octal2572052570300374542574
Binary10101111100001011010111101100001111110010110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85AF; }

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

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

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

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

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

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

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

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