Shades of Light Slate Blue #AD85FF
Tints of Light Slate Blue #AD85FF
RGB
CMYK
RGB Variations
Color information
#AD85FF (or 0xAD85FF) is known color: Light Slate Blue. HEX triplet: AD, 85 and FF. RGB value is (173,133,255). Sum of RGB (Red+Green+Blue) = 173+133+255=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD85FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85FF is #527A00. Grayscale: #9E9E9E. Windows color (decimal): -5405185 or 16745901. OLE color: 16745901.
HSL color Cylindrical-coordinate representation of color #AD85FF: hue angle of 259.67º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD85FF is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 133 | 255 | - |
| CMYK | 0.32 | 0.48 | 0 | 0 |
| HSL | 259.67º | 1% | 0.76% | - |
| HSV(B) | 259.67º | 0.48% | 1% | - |
| XYZ | 43.67 | 32.88 | 98.65 | - |
| YUV | 158.87 | 182.25 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 255 | 0.32 | 0.48 | 0 | 0 | 259.67 | 1 | 0.76 |
| Hex | AD | 85 | FF | 20 | 30 | 0 | 0 | 104 | 64 | 4C |
| Octal | 255 | 205 | 377 | 40 | 60 | 0 | 0 | 404 | 144 | 114 |
| Binary | 10101101 | 10000101 | 11111111 | 100000 | 110000 | 0 | 0 | 100000100 | 1100100 | 1001100 |
Color Harmonies of #AD85FF
Complementary color
Monochromatic Colors of #AD85FF
Black with #AD85FF
Text Example
Text Example
White with #AD85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85FF; }
p { color: rgb(173,133,255); }
H1.HeaderClassName
{
color: #AD85FF;
}
.AnyTagClassName
{
color: #AD85FF;
}
</style>
background-color css
<style>
a { background-color: #AD85FF; }
a { background-color: rgb(173,133,255); }
div.DivClassName
{
background-color: #AD85FF;
}
.BgClassName
{
background-color: #AD85FF;
}
</style>
border-color css
<style>
span { border-color: #AD85FF; }
span { border-color: rgb(173,133,255); }
td.TdClassName
{
border-color: #AD85FF;
}
.TagClassName
{
border-color: #AD85FF;
}
</style>