#AD8BB1

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

Shades of London Hue #AD8BB1

Tints of London Hue #AD8BB1

Color information

#AD8BB1 (or 0xAD8BB1) is unknown color: approx London Hue. HEX triplet: AD, 8B and B1. RGB value is (173,139,177). Sum of RGB (Red+Green+Blue) = 173+139+177=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD8BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8BB1 is #52744E. Grayscale: #999999. Windows color (decimal): -5403727 or 11635629. OLE color: 11635629.

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

Color convert

RGB173139177-
CMYK0.020.2100.31
HSL293.68º19.59%61.96%-
HSV(B)293.68º21.47%69.41%-
XYZ34.430.5245.67-
YUV153.5141.26141.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 177 (69.53% from 255) = 36.20%
R=35.38%
G=28.43%
B=36.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731391770.020.2100.31293.6819.5961.96
HexAD8BB121501F126143e
Octal2552132612250374462476
Binary101011011000101110110001101010101111110010011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8BB1; }

 p { color: rgb(173,139,177); }

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

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

 a { background-color: rgb(173,139,177); }

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

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

 span { border-color: rgb(173,139,177); }

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