#AD8DCB

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

Shades of East Side #AD8DCB

Tints of East Side #AD8DCB

Color information

#AD8DCB (or 0xAD8DCB) is unknown color: approx East Side. HEX triplet: AD, 8D and CB. RGB value is (173,141,203). Sum of RGB (Red+Green+Blue) = 173+141+203=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DCB is #527234. Grayscale: #9D9D9D. Windows color (decimal): -5403189 or 13340077. OLE color: 13340077.

HSL color Cylindrical-coordinate representation of color #AD8DCB: hue angle of 270.97º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8DCB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173141203-
CMYK0.150.3100.20
HSL270.97º37.35%67.45%-
HSV(B)270.97º30.54%79.61%-
XYZ37.5432.2560.75-
YUV157.64153.6138.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=33.46%
G=27.27%
B=39.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731412030.150.3100.20270.9737.3567.45
HexAD8DCBF1F01410f2543
Octal255215313173702441745103
Binary1010110110001101110010111111111110101001000011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DCB; }

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

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

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

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

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

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

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

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