#AF8AAD

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

Shades of London Hue #AF8AAD

Tints of London Hue #AF8AAD

Color information

#AF8AAD (or 0xAF8AAD) is unknown color: approx London Hue. HEX triplet: AF, 8A and AD. RGB value is (175,138,173). Sum of RGB (Red+Green+Blue) = 175+138+173=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AAD is #507552. Grayscale: #989898. Windows color (decimal): -5272915 or 11373231. OLE color: 11373231.

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

Color convert

RGB175138173-
CMYK00.210.010.31
HSL303.24º18.78%61.37%-
HSV(B)303.24º21.14%68.63%-
XYZ34.3130.3143.58-
YUV153.05139.26143.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=36.01%
G=28.40%
B=35.60%

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
Decimal17513817300.210.010.31303.2418.7861.37
HexAF8AAD01511F12f133d
Octal2572122550251374572375
Binary10101111100010101010110101010111111110010111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AAD; }

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

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

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

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

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

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

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

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