Shades of Light Slate Blue #A058FF
Tints of Light Slate Blue #A058FF
RGB
CMYK
RGB Variations
Color information
#A058FF (or 0xA058FF) is known color: Light Slate Blue. HEX triplet: A0, 58 and FF. RGB value is (160,88,255). Sum of RGB (Red+Green+Blue) = 160+88+255=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #A058FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A058FF is #5FA700. Grayscale: #7F7F7F. Windows color (decimal): -6268673 or 16734368. OLE color: 16734368.
HSL color Cylindrical-coordinate representation of color #A058FF: hue angle of 265.87º 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 #A058FF is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 88 | 255 | - |
| CMYK | 0.37 | 0.65 | 0 | 0 |
| HSL | 265.87º | 1% | 0.67% | - |
| HSV(B) | 265.87º | 0.65% | 1% | - |
| XYZ | 36.04 | 21.67 | 96.89 | - |
| YUV | 128.57 | 199.35 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 255 | 0.37 | 0.65 | 0 | 0 | 265.87 | 1 | 0.67 |
| Hex | A0 | 58 | FF | 25 | 41 | 0 | 0 | 10A | 64 | 43 |
| Octal | 240 | 130 | 377 | 45 | 101 | 0 | 0 | 412 | 144 | 103 |
| Binary | 10100000 | 1011000 | 11111111 | 100101 | 1000001 | 0 | 0 | 100001010 | 1100100 | 1000011 |
Color Harmonies of #A058FF
Complementary color
Monochromatic Colors of #A058FF
Black with #A058FF
Text Example
Text Example
White with #A058FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A058FF; }
p { color: rgb(160,88,255); }
H1.HeaderClassName
{
color: #A058FF;
}
.AnyTagClassName
{
color: #A058FF;
}
</style>
background-color css
<style>
a { background-color: #A058FF; }
a { background-color: rgb(160,88,255); }
div.DivClassName
{
background-color: #A058FF;
}
.BgClassName
{
background-color: #A058FF;
}
</style>
border-color css
<style>
span { border-color: #A058FF; }
span { border-color: rgb(160,88,255); }
td.TdClassName
{
border-color: #A058FF;
}
.TagClassName
{
border-color: #A058FF;
}
</style>