Shades of Light Slate Blue #A36DFF
Tints of Light Slate Blue #A36DFF
RGB
CMYK
RGB Variations
Color information
#A36DFF (or 0xA36DFF) is known color: Light Slate Blue. HEX triplet: A3, 6D and FF. RGB value is (163,109,255). Sum of RGB (Red+Green+Blue) = 163+109+255=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #A36DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36DFF is #5C9200. Grayscale: #8D8D8D. Windows color (decimal): -6066689 or 16739747. OLE color: 16739747.
HSL color Cylindrical-coordinate representation of color #A36DFF: hue angle of 262.19º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A36DFF is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 109 | 255 | - |
| CMYK | 0.36 | 0.57 | 0 | 0 |
| HSL | 262.19º | 1% | 0.71% | - |
| HSV(B) | 262.19º | 0.57% | 1% | - |
| XYZ | 38.62 | 25.94 | 97.58 | - |
| YUV | 141.79 | 191.89 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 255 | 0.36 | 0.57 | 0 | 0 | 262.19 | 1 | 0.71 |
| Hex | A3 | 6D | FF | 24 | 39 | 0 | 0 | 106 | 64 | 47 |
| Octal | 243 | 155 | 377 | 44 | 71 | 0 | 0 | 406 | 144 | 107 |
| Binary | 10100011 | 1101101 | 11111111 | 100100 | 111001 | 0 | 0 | 100000110 | 1100100 | 1000111 |
Color Harmonies of #A36DFF
Complementary color
Monochromatic Colors of #A36DFF
Black with #A36DFF
Text Example
Text Example
White with #A36DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DFF; }
p { color: rgb(163,109,255); }
H1.HeaderClassName
{
color: #A36DFF;
}
.AnyTagClassName
{
color: #A36DFF;
}
</style>
background-color css
<style>
a { background-color: #A36DFF; }
a { background-color: rgb(163,109,255); }
div.DivClassName
{
background-color: #A36DFF;
}
.BgClassName
{
background-color: #A36DFF;
}
</style>
border-color css
<style>
span { border-color: #A36DFF; }
span { border-color: rgb(163,109,255); }
td.TdClassName
{
border-color: #A36DFF;
}
.TagClassName
{
border-color: #A36DFF;
}
</style>