Shades of Light Slate Blue #A054FE
Tints of Light Slate Blue #A054FE
RGB
CMYK
RGB Variations
Color information
#A054FE (or 0xA054FE) is known color: Light Slate Blue. HEX triplet: A0, 54 and FE. RGB value is (160,84,254). Sum of RGB (Red+Green+Blue) = 160+84+254=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #A054FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A054FE is #5FAB01. Grayscale: #7D7D7D. Windows color (decimal): -6269698 or 16667808. OLE color: 16667808.
HSL color Cylindrical-coordinate representation of color #A054FE: hue angle of 266.82º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A054FE is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 84 | 254 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.00 |
| HSL | 266.82º | 0.99% | 0.66% | - |
| HSV(B) | 266.82º | 0.67% | 1% | - |
| XYZ | 35.56 | 20.97 | 95.94 | - |
| YUV | 126.1 | 200.18 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 254 | 0.37 | 0.67 | 0 | 0.00 | 266.82 | 0.99 | 0.66 |
| Hex | A0 | 54 | FE | 25 | 43 | 0 | 0 | 10B | 63 | 42 |
| Octal | 240 | 124 | 376 | 45 | 103 | 0 | 0 | 413 | 143 | 102 |
| Binary | 10100000 | 1010100 | 11111110 | 100101 | 1000011 | 0 | 0 | 100001011 | 1100011 | 1000010 |
Color Harmonies of #A054FE
Complementary color
Monochromatic Colors of #A054FE
Black with #A054FE
Text Example
Text Example
White with #A054FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A054FE; }
p { color: rgb(160,84,254); }
H1.HeaderClassName
{
color: #A054FE;
}
.AnyTagClassName
{
color: #A054FE;
}
</style>
background-color css
<style>
a { background-color: #A054FE; }
a { background-color: rgb(160,84,254); }
div.DivClassName
{
background-color: #A054FE;
}
.BgClassName
{
background-color: #A054FE;
}
</style>
border-color css
<style>
span { border-color: #A054FE; }
span { border-color: rgb(160,84,254); }
td.TdClassName
{
border-color: #A054FE;
}
.TagClassName
{
border-color: #A054FE;
}
</style>