Shades of Light Slate Blue #A181FE
Tints of Light Slate Blue #A181FE
RGB
CMYK
RGB Variations
Color information
#A181FE (or 0xA181FE) is known color: Light Slate Blue. HEX triplet: A1, 81 and FE. RGB value is (161,129,254). Sum of RGB (Red+Green+Blue) = 161+129+254=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #A181FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A181FE is #5E7E01. Grayscale: #989898. Windows color (decimal): -6192642 or 16679329. OLE color: 16679329.
HSL color Cylindrical-coordinate representation of color #A181FE: hue angle of 255.36º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A181FE is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 129 | 254 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.00 |
| HSL | 255.36º | 0.98% | 0.75% | - |
| HSV(B) | 255.36º | 0.49% | 1% | - |
| XYZ | 40.44 | 30.43 | 97.51 | - |
| YUV | 152.82 | 185.1 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 254 | 0.37 | 0.49 | 0 | 0.00 | 255.36 | 0.98 | 0.75 |
| Hex | A1 | 81 | FE | 25 | 31 | 0 | 0 | FF | 62 | 4B |
| Octal | 241 | 201 | 376 | 45 | 61 | 0 | 0 | 377 | 142 | 113 |
| Binary | 10100001 | 10000001 | 11111110 | 100101 | 110001 | 0 | 0 | 11111111 | 1100010 | 1001011 |
Color Harmonies of #A181FE
Complementary color
Monochromatic Colors of #A181FE
Black with #A181FE
Text Example
Text Example
White with #A181FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A181FE; }
p { color: rgb(161,129,254); }
H1.HeaderClassName
{
color: #A181FE;
}
.AnyTagClassName
{
color: #A181FE;
}
</style>
background-color css
<style>
a { background-color: #A181FE; }
a { background-color: rgb(161,129,254); }
div.DivClassName
{
background-color: #A181FE;
}
.BgClassName
{
background-color: #A181FE;
}
</style>
border-color css
<style>
span { border-color: #A181FE; }
span { border-color: rgb(161,129,254); }
td.TdClassName
{
border-color: #A181FE;
}
.TagClassName
{
border-color: #A181FE;
}
</style>