Shades of Light Slate Blue #A163FF
Tints of Light Slate Blue #A163FF
RGB
CMYK
RGB Variations
Color information
#A163FF (or 0xA163FF) is known color: Light Slate Blue. HEX triplet: A1, 63 and FF. RGB value is (161,99,255). Sum of RGB (Red+Green+Blue) = 161+99+255=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #A163FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A163FF is #5E9C00. Grayscale: #868686. Windows color (decimal): -6200321 or 16737185. OLE color: 16737185.
HSL color Cylindrical-coordinate representation of color #A163FF: hue angle of 263.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A163FF is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 99 | 255 | - |
| CMYK | 0.37 | 0.61 | 0 | 0 |
| HSL | 263.85º | 1% | 0.69% | - |
| HSV(B) | 263.85º | 0.61% | 1% | - |
| XYZ | 37.21 | 23.72 | 97.23 | - |
| YUV | 135.32 | 195.54 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 255 | 0.37 | 0.61 | 0 | 0 | 263.85 | 1 | 0.69 |
| Hex | A1 | 63 | FF | 25 | 3D | 0 | 0 | 108 | 64 | 45 |
| Octal | 241 | 143 | 377 | 45 | 75 | 0 | 0 | 410 | 144 | 105 |
| Binary | 10100001 | 1100011 | 11111111 | 100101 | 111101 | 0 | 0 | 100001000 | 1100100 | 1000101 |
Color Harmonies of #A163FF
Complementary color
Monochromatic Colors of #A163FF
Black with #A163FF
Text Example
Text Example
White with #A163FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A163FF; }
p { color: rgb(161,99,255); }
H1.HeaderClassName
{
color: #A163FF;
}
.AnyTagClassName
{
color: #A163FF;
}
</style>
background-color css
<style>
a { background-color: #A163FF; }
a { background-color: rgb(161,99,255); }
div.DivClassName
{
background-color: #A163FF;
}
.BgClassName
{
background-color: #A163FF;
}
</style>
border-color css
<style>
span { border-color: #A163FF; }
span { border-color: rgb(161,99,255); }
td.TdClassName
{
border-color: #A163FF;
}
.TagClassName
{
border-color: #A163FF;
}
</style>