#AD8DBC

Color #AD8DBC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AD8DBC

Tints of East Side #AD8DBC

Color information

#AD8DBC (or 0xAD8DBC) is unknown color: approx East Side. HEX triplet: AD, 8D and BC. RGB value is (173,141,188). Sum of RGB (Red+Green+Blue) = 173+141+188=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD8DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DBC is #527243. Grayscale: #9B9B9B. Windows color (decimal): -5403204 or 12357037. OLE color: 12357037.

HSL color Cylindrical-coordinate representation of color #AD8DBC: hue angle of 280.85º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8DBC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB173141188-
CMYK0.080.2500.26
HSL280.85º25.97%64.51%-
HSV(B)280.85º25%73.73%-
XYZ35.8431.5651.78-
YUV155.93146.1140.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=34.46%
G=28.09%
B=37.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731411880.080.2500.26280.8525.9764.51
HexAD8DBC81901A1191a41
Octal255215274103103243132101
Binary101011011000110110111100100011001011010100011001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DBC; }

 p { color: rgb(173,141,188); }

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

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

 a { background-color: rgb(173,141,188); }

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

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

 span { border-color: rgb(173,141,188); }

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