#AF83AA

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

Shades of London Hue #AF83AA

Tints of London Hue #AF83AA

Color information

#AF83AA (or 0xAF83AA) is unknown color: approx London Hue. HEX triplet: AF, 83 and AA. RGB value is (175,131,170). Sum of RGB (Red+Green+Blue) = 175+131+170=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF83AA is #507C55. Grayscale: #949494. Windows color (decimal): -5274710 or 11174831. OLE color: 11174831.

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

Color convert

RGB175131170-
CMYK00.250.030.31
HSL306.82º21.57%60%-
HSV(B)306.82º25.14%68.63%-
XYZ33.0528.2541.74-
YUV148.6140.08146.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=36.76%
G=27.52%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513117000.250.030.31306.8221.5760
HexAF83AA01931F133163c
Octal2572032520313374632674
Binary101011111000001110101010011001111111110011001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83AA; }

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

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

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

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

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

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

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

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