#AD8FAA

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

Shades of London Hue #AD8FAA

Tints of London Hue #AD8FAA

Color information

#AD8FAA (or 0xAD8FAA) is unknown color: approx London Hue. HEX triplet: AD, 8F and AA. RGB value is (173,143,170). Sum of RGB (Red+Green+Blue) = 173+143+170=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FAA is #527055. Grayscale: #9A9A9A. Windows color (decimal): -5402710 or 11177901. OLE color: 11177901.

HSL color Cylindrical-coordinate representation of color #AD8FAA: hue angle of 306º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD8FAA is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB173143170-
CMYK00.170.020.32
HSL306º15.46%61.96%-
HSV(B)306º17.34%67.84%-
XYZ34.3131.4342.29-
YUV155.05136.44140.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=35.60%
G=29.42%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314317000.170.020.3230615.4661.96
HexAD8FAA011220132f3e
Octal2552172520212404621776
Binary101011011000111110101010010001101000001001100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FAA; }

 p { color: rgb(173,143,170); }

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

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

 a { background-color: rgb(173,143,170); }

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

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

 span { border-color: rgb(173,143,170); }

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