Shades of Light Slate Blue #A05DFF
Tints of Light Slate Blue #A05DFF
RGB
CMYK
RGB Variations
Color information
#A05DFF (or 0xA05DFF) is known color: Light Slate Blue. HEX triplet: A0, 5D and FF. RGB value is (160,93,255). Sum of RGB (Red+Green+Blue) = 160+93+255=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #A05DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05DFF is #5FA200. Grayscale: #828282. Windows color (decimal): -6267393 or 16735648. OLE color: 16735648.
HSL color Cylindrical-coordinate representation of color #A05DFF: hue angle of 264.81º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A05DFF is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 93 | 255 | - |
| CMYK | 0.37 | 0.64 | 0 | 0 |
| HSL | 264.81º | 1% | 0.68% | - |
| HSV(B) | 264.81º | 0.64% | 1% | - |
| XYZ | 36.46 | 22.52 | 97.03 | - |
| YUV | 131.5 | 197.7 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 255 | 0.37 | 0.64 | 0 | 0 | 264.81 | 1 | 0.68 |
| Hex | A0 | 5D | FF | 25 | 40 | 0 | 0 | 109 | 64 | 44 |
| Octal | 240 | 135 | 377 | 45 | 100 | 0 | 0 | 411 | 144 | 104 |
| Binary | 10100000 | 1011101 | 11111111 | 100101 | 1000000 | 0 | 0 | 100001001 | 1100100 | 1000100 |
Color Harmonies of #A05DFF
Complementary color
Monochromatic Colors of #A05DFF
Black with #A05DFF
Text Example
Text Example
White with #A05DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DFF; }
p { color: rgb(160,93,255); }
H1.HeaderClassName
{
color: #A05DFF;
}
.AnyTagClassName
{
color: #A05DFF;
}
</style>
background-color css
<style>
a { background-color: #A05DFF; }
a { background-color: rgb(160,93,255); }
div.DivClassName
{
background-color: #A05DFF;
}
.BgClassName
{
background-color: #A05DFF;
}
</style>
border-color css
<style>
span { border-color: #A05DFF; }
span { border-color: rgb(160,93,255); }
td.TdClassName
{
border-color: #A05DFF;
}
.TagClassName
{
border-color: #A05DFF;
}
</style>