Shades of Light Slate Blue #A181FF
Tints of Light Slate Blue #A181FF
RGB
CMYK
RGB Variations
Color information
#A181FF (or 0xA181FF) is known color: Light Slate Blue. HEX triplet: A1, 81 and FF. RGB value is (161,129,255). Sum of RGB (Red+Green+Blue) = 161+129+255=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #A181FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A181FF is #5E7E00. Grayscale: #989898. Windows color (decimal): -6192641 or 16744865. OLE color: 16744865.
HSL color Cylindrical-coordinate representation of color #A181FF: hue angle of 255.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A181FF is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 129 | 255 | - |
| CMYK | 0.37 | 0.49 | 0 | 0 |
| HSL | 255.24º | 1% | 0.75% | - |
| HSV(B) | 255.24º | 0.49% | 1% | - |
| XYZ | 40.6 | 30.5 | 98.35 | - |
| YUV | 152.93 | 185.6 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 255 | 0.37 | 0.49 | 0 | 0 | 255.24 | 1 | 0.75 |
| Hex | A1 | 81 | FF | 25 | 31 | 0 | 0 | FF | 64 | 4B |
| Octal | 241 | 201 | 377 | 45 | 61 | 0 | 0 | 377 | 144 | 113 |
| Binary | 10100001 | 10000001 | 11111111 | 100101 | 110001 | 0 | 0 | 11111111 | 1100100 | 1001011 |
Color Harmonies of #A181FF
Complementary color
Monochromatic Colors of #A181FF
Black with #A181FF
Text Example
Text Example
White with #A181FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A181FF; }
p { color: rgb(161,129,255); }
H1.HeaderClassName
{
color: #A181FF;
}
.AnyTagClassName
{
color: #A181FF;
}
</style>
background-color css
<style>
a { background-color: #A181FF; }
a { background-color: rgb(161,129,255); }
div.DivClassName
{
background-color: #A181FF;
}
.BgClassName
{
background-color: #A181FF;
}
</style>
border-color css
<style>
span { border-color: #A181FF; }
span { border-color: rgb(161,129,255); }
td.TdClassName
{
border-color: #A181FF;
}
.TagClassName
{
border-color: #A181FF;
}
</style>