Shades of Light Slate Blue #A060FE
Tints of Light Slate Blue #A060FE
RGB
CMYK
RGB Variations
Color information
#A060FE (or 0xA060FE) is known color: Light Slate Blue. HEX triplet: A0, 60 and FE. RGB value is (160,96,254). Sum of RGB (Red+Green+Blue) = 160+96+254=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #A060FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A060FE is #5F9F01. Grayscale: #848484. Windows color (decimal): -6266626 or 16670880. OLE color: 16670880.
HSL color Cylindrical-coordinate representation of color #A060FE: hue angle of 264.3º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A060FE is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 96 | 254 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.00 |
| HSL | 264.3º | 0.99% | 0.69% | - |
| HSV(B) | 264.3º | 0.62% | 1% | - |
| XYZ | 36.57 | 23 | 96.28 | - |
| YUV | 133.15 | 196.2 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 254 | 0.37 | 0.62 | 0 | 0.00 | 264.3 | 0.99 | 0.69 |
| Hex | A0 | 60 | FE | 25 | 3E | 0 | 0 | 108 | 63 | 45 |
| Octal | 240 | 140 | 376 | 45 | 76 | 0 | 0 | 410 | 143 | 105 |
| Binary | 10100000 | 1100000 | 11111110 | 100101 | 111110 | 0 | 0 | 100001000 | 1100011 | 1000101 |
Color Harmonies of #A060FE
Complementary color
Monochromatic Colors of #A060FE
Black with #A060FE
Text Example
Text Example
White with #A060FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A060FE; }
p { color: rgb(160,96,254); }
H1.HeaderClassName
{
color: #A060FE;
}
.AnyTagClassName
{
color: #A060FE;
}
</style>
background-color css
<style>
a { background-color: #A060FE; }
a { background-color: rgb(160,96,254); }
div.DivClassName
{
background-color: #A060FE;
}
.BgClassName
{
background-color: #A060FE;
}
</style>
border-color css
<style>
span { border-color: #A060FE; }
span { border-color: rgb(160,96,254); }
td.TdClassName
{
border-color: #A060FE;
}
.TagClassName
{
border-color: #A060FE;
}
</style>