Shades of Light Slate Blue #A36FFC
Tints of Light Slate Blue #A36FFC
RGB
CMYK
RGB Variations
Color information
#A36FFC (or 0xA36FFC) is known color: Light Slate Blue. HEX triplet: A3, 6F and FC. RGB value is (163,111,252). Sum of RGB (Red+Green+Blue) = 163+111+252=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #A36FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36FFC is #5C9003. Grayscale: #8E8E8E. Windows color (decimal): -6066180 or 16543651. OLE color: 16543651.
HSL color Cylindrical-coordinate representation of color #A36FFC: hue angle of 262.13º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A36FFC is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 111 | 252 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.01 |
| HSL | 262.13º | 0.96% | 0.71% | - |
| HSV(B) | 262.13º | 0.56% | 0.99% | - |
| XYZ | 38.36 | 26.18 | 95.13 | - |
| YUV | 142.62 | 189.73 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 252 | 0.35 | 0.56 | 0 | 0.01 | 262.13 | 0.96 | 0.71 |
| Hex | A3 | 6F | FC | 23 | 38 | 0 | 1 | 106 | 60 | 47 |
| Octal | 243 | 157 | 374 | 43 | 70 | 0 | 1 | 406 | 140 | 107 |
| Binary | 10100011 | 1101111 | 11111100 | 100011 | 111000 | 0 | 1 | 100000110 | 1100000 | 1000111 |
Color Harmonies of #A36FFC
Complementary color
Monochromatic Colors of #A36FFC
Black with #A36FFC
Text Example
Text Example
White with #A36FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FFC; }
p { color: rgb(163,111,252); }
H1.HeaderClassName
{
color: #A36FFC;
}
.AnyTagClassName
{
color: #A36FFC;
}
</style>
background-color css
<style>
a { background-color: #A36FFC; }
a { background-color: rgb(163,111,252); }
div.DivClassName
{
background-color: #A36FFC;
}
.BgClassName
{
background-color: #A36FFC;
}
</style>
border-color css
<style>
span { border-color: #A36FFC; }
span { border-color: rgb(163,111,252); }
td.TdClassName
{
border-color: #A36FFC;
}
.TagClassName
{
border-color: #A36FFC;
}
</style>