Shades of Light Slate Blue #A05FFE
Tints of Light Slate Blue #A05FFE
RGB
CMYK
RGB Variations
Color information
#A05FFE (or 0xA05FFE) is known color: Light Slate Blue. HEX triplet: A0, 5F and FE. RGB value is (160,95,254). Sum of RGB (Red+Green+Blue) = 160+95+254=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #A05FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FFE is #5FA001. Grayscale: #838383. Windows color (decimal): -6266882 or 16670624. OLE color: 16670624.
HSL color Cylindrical-coordinate representation of color #A05FFE: hue angle of 264.53º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A05FFE is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 95 | 254 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.00 |
| HSL | 264.53º | 0.99% | 0.68% | - |
| HSV(B) | 264.53º | 0.63% | 1% | - |
| XYZ | 36.48 | 22.81 | 96.25 | - |
| YUV | 132.56 | 196.53 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 254 | 0.37 | 0.63 | 0 | 0.00 | 264.53 | 0.99 | 0.68 |
| Hex | A0 | 5F | FE | 25 | 3F | 0 | 0 | 109 | 63 | 44 |
| Octal | 240 | 137 | 376 | 45 | 77 | 0 | 0 | 411 | 143 | 104 |
| Binary | 10100000 | 1011111 | 11111110 | 100101 | 111111 | 0 | 0 | 100001001 | 1100011 | 1000100 |
Color Harmonies of #A05FFE
Complementary color
Monochromatic Colors of #A05FFE
Black with #A05FFE
Text Example
Text Example
White with #A05FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FFE; }
p { color: rgb(160,95,254); }
H1.HeaderClassName
{
color: #A05FFE;
}
.AnyTagClassName
{
color: #A05FFE;
}
</style>
background-color css
<style>
a { background-color: #A05FFE; }
a { background-color: rgb(160,95,254); }
div.DivClassName
{
background-color: #A05FFE;
}
.BgClassName
{
background-color: #A05FFE;
}
</style>
border-color css
<style>
span { border-color: #A05FFE; }
span { border-color: rgb(160,95,254); }
td.TdClassName
{
border-color: #A05FFE;
}
.TagClassName
{
border-color: #A05FFE;
}
</style>