Shades of Light Slate Blue #A05CFE
Tints of Light Slate Blue #A05CFE
RGB
CMYK
RGB Variations
Color information
#A05CFE (or 0xA05CFE) is known color: Light Slate Blue. HEX triplet: A0, 5C and FE. RGB value is (160,92,254). Sum of RGB (Red+Green+Blue) = 160+92+254=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #A05CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05CFE is #5FA301. Grayscale: #828282. Windows color (decimal): -6267650 or 16669856. OLE color: 16669856.
HSL color Cylindrical-coordinate representation of color #A05CFE: hue angle of 265.19º 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 #A05CFE is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 92 | 254 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.00 |
| HSL | 265.19º | 0.99% | 0.68% | - |
| HSV(B) | 265.19º | 0.64% | 1% | - |
| XYZ | 36.21 | 22.28 | 96.16 | - |
| YUV | 130.8 | 197.53 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 254 | 0.37 | 0.64 | 0 | 0.00 | 265.19 | 0.99 | 0.68 |
| Hex | A0 | 5C | FE | 25 | 40 | 0 | 0 | 109 | 63 | 44 |
| Octal | 240 | 134 | 376 | 45 | 100 | 0 | 0 | 411 | 143 | 104 |
| Binary | 10100000 | 1011100 | 11111110 | 100101 | 1000000 | 0 | 0 | 100001001 | 1100011 | 1000100 |
Color Harmonies of #A05CFE
Complementary color
Monochromatic Colors of #A05CFE
Black with #A05CFE
Text Example
Text Example
White with #A05CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CFE; }
p { color: rgb(160,92,254); }
H1.HeaderClassName
{
color: #A05CFE;
}
.AnyTagClassName
{
color: #A05CFE;
}
</style>
background-color css
<style>
a { background-color: #A05CFE; }
a { background-color: rgb(160,92,254); }
div.DivClassName
{
background-color: #A05CFE;
}
.BgClassName
{
background-color: #A05CFE;
}
</style>
border-color css
<style>
span { border-color: #A05CFE; }
span { border-color: rgb(160,92,254); }
td.TdClassName
{
border-color: #A05CFE;
}
.TagClassName
{
border-color: #A05CFE;
}
</style>