Shades of Light Slate Blue #A159FF
Tints of Light Slate Blue #A159FF
RGB
CMYK
RGB Variations
Color information
#A159FF (or 0xA159FF) is known color: Light Slate Blue. HEX triplet: A1, 59 and FF. RGB value is (161,89,255). Sum of RGB (Red+Green+Blue) = 161+89+255=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #A159FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A159FF is #5EA600. Grayscale: #808080. Windows color (decimal): -6202881 or 16734625. OLE color: 16734625.
HSL color Cylindrical-coordinate representation of color #A159FF: hue angle of 266.02º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A159FF is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 89 | 255 | - |
| CMYK | 0.37 | 0.65 | 0 | 0 |
| HSL | 266.02º | 1% | 0.67% | - |
| HSV(B) | 266.02º | 0.65% | 1% | - |
| XYZ | 36.32 | 21.94 | 96.93 | - |
| YUV | 129.45 | 198.85 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 255 | 0.37 | 0.65 | 0 | 0 | 266.02 | 1 | 0.67 |
| Hex | A1 | 59 | FF | 25 | 41 | 0 | 0 | 10A | 64 | 43 |
| Octal | 241 | 131 | 377 | 45 | 101 | 0 | 0 | 412 | 144 | 103 |
| Binary | 10100001 | 1011001 | 11111111 | 100101 | 1000001 | 0 | 0 | 100001010 | 1100100 | 1000011 |
Color Harmonies of #A159FF
Complementary color
Monochromatic Colors of #A159FF
Black with #A159FF
Text Example
Text Example
White with #A159FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159FF; }
p { color: rgb(161,89,255); }
H1.HeaderClassName
{
color: #A159FF;
}
.AnyTagClassName
{
color: #A159FF;
}
</style>
background-color css
<style>
a { background-color: #A159FF; }
a { background-color: rgb(161,89,255); }
div.DivClassName
{
background-color: #A159FF;
}
.BgClassName
{
background-color: #A159FF;
}
</style>
border-color css
<style>
span { border-color: #A159FF; }
span { border-color: rgb(161,89,255); }
td.TdClassName
{
border-color: #A159FF;
}
.TagClassName
{
border-color: #A159FF;
}
</style>