Shades of East Side #AD82B5
Tints of East Side #AD82B5
RGB
CMYK
RGB Variations
Color information
#AD82B5 (or 0xAD82B5) is known color: East Side. HEX triplet: AD, 82 and B5. RGB value is (173,130,181). Sum of RGB (Red+Green+Blue) = 173+130+181=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD82B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82B5 is #527D4A. Grayscale: #949494. Windows color (decimal): -5406027 or 11895469. OLE color: 11895469.
HSL color Cylindrical-coordinate representation of color #AD82B5: hue angle of 290.59º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD82B5 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 130 | 181 | - |
CMYK | 0.04 | 0.28 | 0 | 0.29 |
HSL | 290.59º | 0.26% | 0.61% | - |
HSV(B) | 290.59º | 0.28% | 0.71% | - |
XYZ | 33.56 | 28.19 | 47.39 | - |
YUV | 148.67 | 146.25 | 145.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 130 | 181 | 0.04 | 0.28 | 0 | 0.29 | 290.59 | 0.26 | 0.61 |
Hex | AD | 82 | B5 | 4 | 1C | 0 | 1D | 123 | 1A | 3D |
Octal | 255 | 202 | 265 | 4 | 34 | 0 | 35 | 443 | 32 | 75 |
Binary | 10101101 | 10000010 | 10110101 | 100 | 11100 | 0 | 11101 | 100100011 | 11010 | 111101 |
Color Harmonies of #AD82B5
Complementary color
Monochromatic Colors of #AD82B5
Black with #AD82B5
Text Example
Text Example
White with #AD82B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82B5; }
p { color: rgb(173,130,181); }
H1.HeaderClassName
{
color: #AD82B5;
}
.AnyTagClassName
{
color: #AD82B5;
}
</style>
background-color css
<style>
a { background-color: #AD82B5; }
a { background-color: rgb(173,130,181); }
div.DivClassName
{
background-color: #AD82B5;
}
.BgClassName
{
background-color: #AD82B5;
}
</style>
border-color css
<style>
span { border-color: #AD82B5; }
span { border-color: rgb(173,130,181); }
td.TdClassName
{
border-color: #AD82B5;
}
.TagClassName
{
border-color: #AD82B5;
}
</style>