#AD8CB9

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

Shades of East Side #AD8CB9

Tints of East Side #AD8CB9

Color information

#AD8CB9 (or 0xAD8CB9) is unknown color: approx East Side. HEX triplet: AD, 8C and B9. RGB value is (173,140,185). Sum of RGB (Red+Green+Blue) = 173+140+185=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD8CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CB9 is #527346. Grayscale: #9A9A9A. Windows color (decimal): -5403463 or 12160173. OLE color: 12160173.

HSL color Cylindrical-coordinate representation of color #AD8CB9: hue angle of 284º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8CB9 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173140185-
CMYK0.060.2400.27
HSL284º24.32%63.73%-
HSV(B)284º24.32%72.55%-
XYZ35.3731.1450.05-
YUV155144.93140.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=34.74%
G=28.11%
B=37.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731401850.060.2400.2728424.3263.73
HexAD8CB961801B11c1840
Octal25521427163003343430100
Binary10101101100011001011100111011000011011100011100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CB9; }

 p { color: rgb(173,140,185); }

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

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

 a { background-color: rgb(173,140,185); }

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

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

 span { border-color: rgb(173,140,185); }

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