Shades of East Side #AD8CCB
Tints of East Side #AD8CCB
RGB
CMYK
RGB Variations
Color information
#AD8CCB (or 0xAD8CCB) is known color: East Side. HEX triplet: AD, 8C and CB. RGB value is (173,140,203). Sum of RGB (Red+Green+Blue) = 173+140+203=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD8CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CCB is #527334. Grayscale: #9C9C9C. Windows color (decimal): -5403445 or 13339821. OLE color: 13339821.
HSL color Cylindrical-coordinate representation of color #AD8CCB: hue angle of 271.43º degrees, saturation: 0.38, 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 #AD8CCB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 140 | 203 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.20 |
| HSL | 271.43º | 0.38% | 0.67% | - |
| HSV(B) | 271.43º | 0.31% | 0.8% | - |
| XYZ | 37.39 | 31.95 | 60.7 | - |
| YUV | 157.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 203 | 0.15 | 0.31 | 0 | 0.20 | 271.43 | 0.38 | 0.67 |
| Hex | AD | 8C | CB | F | 1F | 0 | 14 | 10F | 26 | 43 |
| Octal | 255 | 214 | 313 | 17 | 37 | 0 | 24 | 417 | 46 | 103 |
| Binary | 10101101 | 10001100 | 11001011 | 1111 | 11111 | 0 | 10100 | 100001111 | 100110 | 1000011 |
Color Harmonies of #AD8CCB
Complementary color
Monochromatic Colors of #AD8CCB
Black with #AD8CCB
Text Example
Text Example
White with #AD8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CCB; }
p { color: rgb(173,140,203); }
H1.HeaderClassName
{
color: #AD8CCB;
}
.AnyTagClassName
{
color: #AD8CCB;
}
</style>
background-color css
<style>
a { background-color: #AD8CCB; }
a { background-color: rgb(173,140,203); }
div.DivClassName
{
background-color: #AD8CCB;
}
.BgClassName
{
background-color: #AD8CCB;
}
</style>
border-color css
<style>
span { border-color: #AD8CCB; }
span { border-color: rgb(173,140,203); }
td.TdClassName
{
border-color: #AD8CCB;
}
.TagClassName
{
border-color: #AD8CCB;
}
</style>