Shades of Light Slate Blue #A05BFE
Tints of Light Slate Blue #A05BFE
RGB
CMYK
RGB Variations
Color information
#A05BFE (or 0xA05BFE) is known color: Light Slate Blue. HEX triplet: A0, 5B and FE. RGB value is (160,91,254). Sum of RGB (Red+Green+Blue) = 160+91+254=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #A05BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05BFE is #5FA401. Grayscale: #818181. Windows color (decimal): -6267906 or 16669600. OLE color: 16669600.
HSL color Cylindrical-coordinate representation of color #A05BFE: hue angle of 265.4º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A05BFE is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 91 | 254 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.00 |
| HSL | 265.4º | 0.99% | 0.68% | - |
| HSV(B) | 265.4º | 0.64% | 1% | - |
| XYZ | 36.13 | 22.11 | 96.13 | - |
| YUV | 130.21 | 197.86 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 254 | 0.37 | 0.64 | 0 | 0.00 | 265.4 | 0.99 | 0.68 |
| Hex | A0 | 5B | FE | 25 | 40 | 0 | 0 | 109 | 63 | 44 |
| Octal | 240 | 133 | 376 | 45 | 100 | 0 | 0 | 411 | 143 | 104 |
| Binary | 10100000 | 1011011 | 11111110 | 100101 | 1000000 | 0 | 0 | 100001001 | 1100011 | 1000100 |
Color Harmonies of #A05BFE
Complementary color
Monochromatic Colors of #A05BFE
Black with #A05BFE
Text Example
Text Example
White with #A05BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BFE; }
p { color: rgb(160,91,254); }
H1.HeaderClassName
{
color: #A05BFE;
}
.AnyTagClassName
{
color: #A05BFE;
}
</style>
background-color css
<style>
a { background-color: #A05BFE; }
a { background-color: rgb(160,91,254); }
div.DivClassName
{
background-color: #A05BFE;
}
.BgClassName
{
background-color: #A05BFE;
}
</style>
border-color css
<style>
span { border-color: #A05BFE; }
span { border-color: rgb(160,91,254); }
td.TdClassName
{
border-color: #A05BFE;
}
.TagClassName
{
border-color: #A05BFE;
}
</style>