Shades of Light Slate Blue #A05EFF
Tints of Light Slate Blue #A05EFF
RGB
CMYK
RGB Variations
Color information
#A05EFF (or 0xA05EFF) is known color: Light Slate Blue. HEX triplet: A0, 5E and FF. RGB value is (160,94,255). Sum of RGB (Red+Green+Blue) = 160+94+255=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #A05EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05EFF is #5FA100. Grayscale: #838383. Windows color (decimal): -6267137 or 16735904. OLE color: 16735904.
HSL color Cylindrical-coordinate representation of color #A05EFF: hue angle of 264.6º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A05EFF is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 94 | 255 | - |
| CMYK | 0.37 | 0.63 | 0 | 0 |
| HSL | 264.6º | 1% | 0.68% | - |
| HSV(B) | 264.6º | 0.63% | 1% | - |
| XYZ | 36.55 | 22.7 | 97.06 | - |
| YUV | 132.09 | 197.37 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 255 | 0.37 | 0.63 | 0 | 0 | 264.6 | 1 | 0.68 |
| Hex | A0 | 5E | FF | 25 | 3F | 0 | 0 | 109 | 64 | 44 |
| Octal | 240 | 136 | 377 | 45 | 77 | 0 | 0 | 411 | 144 | 104 |
| Binary | 10100000 | 1011110 | 11111111 | 100101 | 111111 | 0 | 0 | 100001001 | 1100100 | 1000100 |
Color Harmonies of #A05EFF
Complementary color
Monochromatic Colors of #A05EFF
Black with #A05EFF
Text Example
Text Example
White with #A05EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05EFF; }
p { color: rgb(160,94,255); }
H1.HeaderClassName
{
color: #A05EFF;
}
.AnyTagClassName
{
color: #A05EFF;
}
</style>
background-color css
<style>
a { background-color: #A05EFF; }
a { background-color: rgb(160,94,255); }
div.DivClassName
{
background-color: #A05EFF;
}
.BgClassName
{
background-color: #A05EFF;
}
</style>
border-color css
<style>
span { border-color: #A05EFF; }
span { border-color: rgb(160,94,255); }
td.TdClassName
{
border-color: #A05EFF;
}
.TagClassName
{
border-color: #A05EFF;
}
</style>