Shades of Light Slate Blue #A059FF
Tints of Light Slate Blue #A059FF
RGB
CMYK
RGB Variations
Color information
#A059FF (or 0xA059FF) is known color: Light Slate Blue. HEX triplet: A0, 59 and FF. RGB value is (160,89,255). Sum of RGB (Red+Green+Blue) = 160+89+255=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 89 (35.16% from 255 or 17.66% 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 #A059FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059FF is #5FA600. Grayscale: #808080. Windows color (decimal): -6268417 or 16734624. OLE color: 16734624.
HSL color Cylindrical-coordinate representation of color #A059FF: hue angle of 265.66º 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 #A059FF is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 89 | 255 | - |
| CMYK | 0.37 | 0.65 | 0 | 0 |
| HSL | 265.66º | 1% | 0.67% | - |
| HSV(B) | 265.66º | 0.65% | 1% | - |
| XYZ | 36.12 | 21.84 | 96.92 | - |
| YUV | 129.15 | 199.02 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 255 | 0.37 | 0.65 | 0 | 0 | 265.66 | 1 | 0.67 |
| Hex | A0 | 59 | FF | 25 | 41 | 0 | 0 | 10A | 64 | 43 |
| Octal | 240 | 131 | 377 | 45 | 101 | 0 | 0 | 412 | 144 | 103 |
| Binary | 10100000 | 1011001 | 11111111 | 100101 | 1000001 | 0 | 0 | 100001010 | 1100100 | 1000011 |
Color Harmonies of #A059FF
Complementary color
Monochromatic Colors of #A059FF
Black with #A059FF
Text Example
Text Example
White with #A059FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059FF; }
p { color: rgb(160,89,255); }
H1.HeaderClassName
{
color: #A059FF;
}
.AnyTagClassName
{
color: #A059FF;
}
</style>
background-color css
<style>
a { background-color: #A059FF; }
a { background-color: rgb(160,89,255); }
div.DivClassName
{
background-color: #A059FF;
}
.BgClassName
{
background-color: #A059FF;
}
</style>
border-color css
<style>
span { border-color: #A059FF; }
span { border-color: rgb(160,89,255); }
td.TdClassName
{
border-color: #A059FF;
}
.TagClassName
{
border-color: #A059FF;
}
</style>