Shades of Light Slate Blue #A05CFF
Tints of Light Slate Blue #A05CFF
RGB
CMYK
RGB Variations
Color information
#A05CFF (or 0xA05CFF) is known color: Light Slate Blue. HEX triplet: A0, 5C and FF. RGB value is (160,92,255). Sum of RGB (Red+Green+Blue) = 160+92+255=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #A05CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05CFF is #5FA300. Grayscale: #828282. Windows color (decimal): -6267649 or 16735392. OLE color: 16735392.
HSL color Cylindrical-coordinate representation of color #A05CFF: hue angle of 265.03º 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 #A05CFF is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 92 | 255 | - |
| CMYK | 0.37 | 0.64 | 0 | 0 |
| HSL | 265.03º | 1% | 0.68% | - |
| HSV(B) | 265.03º | 0.64% | 1% | - |
| XYZ | 36.37 | 22.35 | 97 | - |
| YUV | 130.91 | 198.03 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 255 | 0.37 | 0.64 | 0 | 0 | 265.03 | 1 | 0.68 |
| Hex | A0 | 5C | FF | 25 | 40 | 0 | 0 | 109 | 64 | 44 |
| Octal | 240 | 134 | 377 | 45 | 100 | 0 | 0 | 411 | 144 | 104 |
| Binary | 10100000 | 1011100 | 11111111 | 100101 | 1000000 | 0 | 0 | 100001001 | 1100100 | 1000100 |
Color Harmonies of #A05CFF
Complementary color
Monochromatic Colors of #A05CFF
Black with #A05CFF
Text Example
Text Example
White with #A05CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CFF; }
p { color: rgb(160,92,255); }
H1.HeaderClassName
{
color: #A05CFF;
}
.AnyTagClassName
{
color: #A05CFF;
}
</style>
background-color css
<style>
a { background-color: #A05CFF; }
a { background-color: rgb(160,92,255); }
div.DivClassName
{
background-color: #A05CFF;
}
.BgClassName
{
background-color: #A05CFF;
}
</style>
border-color css
<style>
span { border-color: #A05CFF; }
span { border-color: rgb(160,92,255); }
td.TdClassName
{
border-color: #A05CFF;
}
.TagClassName
{
border-color: #A05CFF;
}
</style>