Shades of Light Slate Blue #A05FFF
Tints of Light Slate Blue #A05FFF
RGB
CMYK
RGB Variations
Color information
#A05FFF (or 0xA05FFF) is known color: Light Slate Blue. HEX triplet: A0, 5F and FF. RGB value is (160,95,255). Sum of RGB (Red+Green+Blue) = 160+95+255=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #A05FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FFF is #5FA000. Grayscale: #848484. Windows color (decimal): -6266881 or 16736160. OLE color: 16736160.
HSL color Cylindrical-coordinate representation of color #A05FFF: hue angle of 264.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A05FFF is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 95 | 255 | - |
| CMYK | 0.37 | 0.63 | 0 | 0 |
| HSL | 264.38º | 1% | 0.69% | - |
| HSV(B) | 264.38º | 0.63% | 1% | - |
| XYZ | 36.64 | 22.88 | 97.09 | - |
| YUV | 132.68 | 197.03 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 255 | 0.37 | 0.63 | 0 | 0 | 264.38 | 1 | 0.69 |
| Hex | A0 | 5F | FF | 25 | 3F | 0 | 0 | 108 | 64 | 45 |
| Octal | 240 | 137 | 377 | 45 | 77 | 0 | 0 | 410 | 144 | 105 |
| Binary | 10100000 | 1011111 | 11111111 | 100101 | 111111 | 0 | 0 | 100001000 | 1100100 | 1000101 |
Color Harmonies of #A05FFF
Complementary color
Monochromatic Colors of #A05FFF
Black with #A05FFF
Text Example
Text Example
White with #A05FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FFF; }
p { color: rgb(160,95,255); }
H1.HeaderClassName
{
color: #A05FFF;
}
.AnyTagClassName
{
color: #A05FFF;
}
</style>
background-color css
<style>
a { background-color: #A05FFF; }
a { background-color: rgb(160,95,255); }
div.DivClassName
{
background-color: #A05FFF;
}
.BgClassName
{
background-color: #A05FFF;
}
</style>
border-color css
<style>
span { border-color: #A05FFF; }
span { border-color: rgb(160,95,255); }
td.TdClassName
{
border-color: #A05FFF;
}
.TagClassName
{
border-color: #A05FFF;
}
</style>