Shades of Light Slate Blue #A051FF
Tints of Light Slate Blue #A051FF
RGB
CMYK
RGB Variations
Color information
#A051FF (or 0xA051FF) is known color: Light Slate Blue. HEX triplet: A0, 51 and FF. RGB value is (160,81,255). Sum of RGB (Red+Green+Blue) = 160+81+255=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #A051FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051FF is #5FAE00. Grayscale: #7B7B7B. Windows color (decimal): -6270465 or 16732576. OLE color: 16732576.
HSL color Cylindrical-coordinate representation of color #A051FF: hue angle of 267.24º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A051FF is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 81 | 255 | - |
| CMYK | 0.37 | 0.68 | 0 | 0 |
| HSL | 267.24º | 1% | 0.66% | - |
| HSV(B) | 267.24º | 0.68% | 1% | - |
| XYZ | 35.49 | 20.58 | 96.71 | - |
| YUV | 124.46 | 201.67 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 255 | 0.37 | 0.68 | 0 | 0 | 267.24 | 1 | 0.66 |
| Hex | A0 | 51 | FF | 25 | 44 | 0 | 0 | 10B | 64 | 42 |
| Octal | 240 | 121 | 377 | 45 | 104 | 0 | 0 | 413 | 144 | 102 |
| Binary | 10100000 | 1010001 | 11111111 | 100101 | 1000100 | 0 | 0 | 100001011 | 1100100 | 1000010 |
Color Harmonies of #A051FF
Complementary color
Monochromatic Colors of #A051FF
Black with #A051FF
Text Example
Text Example
White with #A051FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051FF; }
p { color: rgb(160,81,255); }
H1.HeaderClassName
{
color: #A051FF;
}
.AnyTagClassName
{
color: #A051FF;
}
</style>
background-color css
<style>
a { background-color: #A051FF; }
a { background-color: rgb(160,81,255); }
div.DivClassName
{
background-color: #A051FF;
}
.BgClassName
{
background-color: #A051FF;
}
</style>
border-color css
<style>
span { border-color: #A051FF; }
span { border-color: rgb(160,81,255); }
td.TdClassName
{
border-color: #A051FF;
}
.TagClassName
{
border-color: #A051FF;
}
</style>