Shades of Light Slate Blue #A05BFF
Tints of Light Slate Blue #A05BFF
RGB
CMYK
RGB Variations
Color information
#A05BFF (or 0xA05BFF) is known color: Light Slate Blue. HEX triplet: A0, 5B and FF. RGB value is (160,91,255). Sum of RGB (Red+Green+Blue) = 160+91+255=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #A05BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05BFF is #5FA400. Grayscale: #818181. Windows color (decimal): -6267905 or 16735136. OLE color: 16735136.
HSL color Cylindrical-coordinate representation of color #A05BFF: hue angle of 265.24º 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 #A05BFF is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 91 | 255 | - |
| CMYK | 0.37 | 0.64 | 0 | 0 |
| HSL | 265.24º | 1% | 0.68% | - |
| HSV(B) | 265.24º | 0.64% | 1% | - |
| XYZ | 36.29 | 22.18 | 96.98 | - |
| YUV | 130.33 | 198.36 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 255 | 0.37 | 0.64 | 0 | 0 | 265.24 | 1 | 0.68 |
| Hex | A0 | 5B | FF | 25 | 40 | 0 | 0 | 109 | 64 | 44 |
| Octal | 240 | 133 | 377 | 45 | 100 | 0 | 0 | 411 | 144 | 104 |
| Binary | 10100000 | 1011011 | 11111111 | 100101 | 1000000 | 0 | 0 | 100001001 | 1100100 | 1000100 |
Color Harmonies of #A05BFF
Complementary color
Monochromatic Colors of #A05BFF
Black with #A05BFF
Text Example
Text Example
White with #A05BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BFF; }
p { color: rgb(160,91,255); }
H1.HeaderClassName
{
color: #A05BFF;
}
.AnyTagClassName
{
color: #A05BFF;
}
</style>
background-color css
<style>
a { background-color: #A05BFF; }
a { background-color: rgb(160,91,255); }
div.DivClassName
{
background-color: #A05BFF;
}
.BgClassName
{
background-color: #A05BFF;
}
</style>
border-color css
<style>
span { border-color: #A05BFF; }
span { border-color: rgb(160,91,255); }
td.TdClassName
{
border-color: #A05BFF;
}
.TagClassName
{
border-color: #A05BFF;
}
</style>