#AF83A7

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

Shades of London Hue #AF83A7

Tints of London Hue #AF83A7

Color information

#AF83A7 (or 0xAF83A7) is unknown color: approx London Hue. HEX triplet: AF, 83 and A7. RGB value is (175,131,167). Sum of RGB (Red+Green+Blue) = 175+131+167=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF83A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF83A7 is #507C58. Grayscale: #949494. Windows color (decimal): -5274713 or 10978223. OLE color: 10978223.

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

Color convert

RGB175131167-
CMYK00.250.050.31
HSL310.91º21.57%60%-
HSV(B)310.91º25.14%68.63%-
XYZ32.7728.1440.26-
YUV148.26138.58147.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 167 (65.62% from 255) = 35.31%
R=37.00%
G=27.70%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513116700.250.050.31310.9121.5760
HexAF83A701951F137163c
Octal2572032470315374672674
Binary1010111110000011101001110110011011111110011011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83A7; }

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

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

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

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

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

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

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

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