Shades of Light Slate Blue #A158FF
Tints of Light Slate Blue #A158FF
RGB
CMYK
RGB Variations
Color information
#A158FF (or 0xA158FF) is known color: Light Slate Blue. HEX triplet: A1, 58 and FF. RGB value is (161,88,255). Sum of RGB (Red+Green+Blue) = 161+88+255=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #A158FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A158FF is #5EA700. Grayscale: #808080. Windows color (decimal): -6203137 or 16734369. OLE color: 16734369.
HSL color Cylindrical-coordinate representation of color #A158FF: hue angle of 266.23º 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 #A158FF is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 88 | 255 | - |
| CMYK | 0.37 | 0.65 | 0 | 0 |
| HSL | 266.23º | 1% | 0.67% | - |
| HSV(B) | 266.23º | 0.65% | 1% | - |
| XYZ | 36.24 | 21.78 | 96.9 | - |
| YUV | 128.87 | 199.18 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 255 | 0.37 | 0.65 | 0 | 0 | 266.23 | 1 | 0.67 |
| Hex | A1 | 58 | FF | 25 | 41 | 0 | 0 | 10A | 64 | 43 |
| Octal | 241 | 130 | 377 | 45 | 101 | 0 | 0 | 412 | 144 | 103 |
| Binary | 10100001 | 1011000 | 11111111 | 100101 | 1000001 | 0 | 0 | 100001010 | 1100100 | 1000011 |
Color Harmonies of #A158FF
Complementary color
Monochromatic Colors of #A158FF
Black with #A158FF
Text Example
Text Example
White with #A158FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A158FF; }
p { color: rgb(161,88,255); }
H1.HeaderClassName
{
color: #A158FF;
}
.AnyTagClassName
{
color: #A158FF;
}
</style>
background-color css
<style>
a { background-color: #A158FF; }
a { background-color: rgb(161,88,255); }
div.DivClassName
{
background-color: #A158FF;
}
.BgClassName
{
background-color: #A158FF;
}
</style>
border-color css
<style>
span { border-color: #A158FF; }
span { border-color: rgb(161,88,255); }
td.TdClassName
{
border-color: #A158FF;
}
.TagClassName
{
border-color: #A158FF;
}
</style>