Shades of Light Slate Blue #A36FFE
Tints of Light Slate Blue #A36FFE
RGB
CMYK
RGB Variations
Color information
#A36FFE (or 0xA36FFE) is known color: Light Slate Blue. HEX triplet: A3, 6F and FE. RGB value is (163,111,254). Sum of RGB (Red+Green+Blue) = 163+111+254=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #A36FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36FFE is #5C9001. Grayscale: #8E8E8E. Windows color (decimal): -6066178 or 16674723. OLE color: 16674723.
HSL color Cylindrical-coordinate representation of color #A36FFE: hue angle of 261.82º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A36FFE is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 111 | 254 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.00 |
| HSL | 261.82º | 0.99% | 0.72% | - |
| HSV(B) | 261.82º | 0.56% | 1% | - |
| XYZ | 38.68 | 26.31 | 96.81 | - |
| YUV | 142.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 254 | 0.36 | 0.56 | 0 | 0.00 | 261.82 | 0.99 | 0.72 |
| Hex | A3 | 6F | FE | 24 | 38 | 0 | 0 | 106 | 63 | 48 |
| Octal | 243 | 157 | 376 | 44 | 70 | 0 | 0 | 406 | 143 | 110 |
| Binary | 10100011 | 1101111 | 11111110 | 100100 | 111000 | 0 | 0 | 100000110 | 1100011 | 1001000 |
Color Harmonies of #A36FFE
Complementary color
Monochromatic Colors of #A36FFE
Black with #A36FFE
Text Example
Text Example
White with #A36FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FFE; }
p { color: rgb(163,111,254); }
H1.HeaderClassName
{
color: #A36FFE;
}
.AnyTagClassName
{
color: #A36FFE;
}
</style>
background-color css
<style>
a { background-color: #A36FFE; }
a { background-color: rgb(163,111,254); }
div.DivClassName
{
background-color: #A36FFE;
}
.BgClassName
{
background-color: #A36FFE;
}
</style>
border-color css
<style>
span { border-color: #A36FFE; }
span { border-color: rgb(163,111,254); }
td.TdClassName
{
border-color: #A36FFE;
}
.TagClassName
{
border-color: #A36FFE;
}
</style>