Shades of Light Slate Blue #A051FE
Tints of Light Slate Blue #A051FE
RGB
CMYK
RGB Variations
Color information
#A051FE (or 0xA051FE) is known color: Light Slate Blue. HEX triplet: A0, 51 and FE. RGB value is (160,81,254). Sum of RGB (Red+Green+Blue) = 160+81+254=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #A051FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051FE is #5FAE01. Grayscale: #7B7B7B. Windows color (decimal): -6270466 or 16667040. OLE color: 16667040.
HSL color Cylindrical-coordinate representation of color #A051FE: hue angle of 267.4º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A051FE is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 81 | 254 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.00 |
| HSL | 267.4º | 0.99% | 0.66% | - |
| HSV(B) | 267.4º | 0.68% | 1% | - |
| XYZ | 35.33 | 20.51 | 95.86 | - |
| YUV | 124.34 | 201.17 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 254 | 0.37 | 0.68 | 0 | 0.00 | 267.4 | 0.99 | 0.66 |
| Hex | A0 | 51 | FE | 25 | 44 | 0 | 0 | 10B | 63 | 42 |
| Octal | 240 | 121 | 376 | 45 | 104 | 0 | 0 | 413 | 143 | 102 |
| Binary | 10100000 | 1010001 | 11111110 | 100101 | 1000100 | 0 | 0 | 100001011 | 1100011 | 1000010 |
Color Harmonies of #A051FE
Complementary color
Monochromatic Colors of #A051FE
Black with #A051FE
Text Example
Text Example
White with #A051FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051FE; }
p { color: rgb(160,81,254); }
H1.HeaderClassName
{
color: #A051FE;
}
.AnyTagClassName
{
color: #A051FE;
}
</style>
background-color css
<style>
a { background-color: #A051FE; }
a { background-color: rgb(160,81,254); }
div.DivClassName
{
background-color: #A051FE;
}
.BgClassName
{
background-color: #A051FE;
}
</style>
border-color css
<style>
span { border-color: #A051FE; }
span { border-color: rgb(160,81,254); }
td.TdClassName
{
border-color: #A051FE;
}
.TagClassName
{
border-color: #A051FE;
}
</style>