#AF8AAE

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

Shades of London Hue #AF8AAE

Tints of London Hue #AF8AAE

Color information

#AF8AAE (or 0xAF8AAE) is unknown color: approx London Hue. HEX triplet: AF, 8A and AE. RGB value is (175,138,174). Sum of RGB (Red+Green+Blue) = 175+138+174=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AAE is #507551. Grayscale: #999999. Windows color (decimal): -5272914 or 11438767. OLE color: 11438767.

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

Color convert

RGB175138174-
CMYK00.210.010.31
HSL301.62º18.78%61.37%-
HSV(B)301.62º21.14%68.63%-
XYZ34.4130.3544.09-
YUV153.17139.76143.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=35.93%
G=28.34%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513817400.210.010.31301.6218.7861.37
HexAF8AAE01511F12e133d
Octal2572122560251374562375
Binary10101111100010101010111001010111111110010111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AAE; }

 p { color: rgb(175,138,174); }

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

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

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

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

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

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

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