Shades of Light Slate Blue #A481FF
Tints of Light Slate Blue #A481FF
RGB
CMYK
RGB Variations
Color information
#A481FF (or 0xA481FF) is known color: Light Slate Blue. HEX triplet: A4, 81 and FF. RGB value is (164,129,255). Sum of RGB (Red+Green+Blue) = 164+129+255=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #A481FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A481FF is #5B7E00. Grayscale: #999999. Windows color (decimal): -5996033 or 16744868. OLE color: 16744868.
HSL color Cylindrical-coordinate representation of color #A481FF: hue angle of 256.67º 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 #A481FF is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 129 | 255 | - |
| CMYK | 0.36 | 0.49 | 0 | 0 |
| HSL | 256.67º | 1% | 0.75% | - |
| HSV(B) | 256.67º | 0.49% | 1% | - |
| XYZ | 41.21 | 30.81 | 98.38 | - |
| YUV | 153.83 | 185.1 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 255 | 0.36 | 0.49 | 0 | 0 | 256.67 | 1 | 0.75 |
| Hex | A4 | 81 | FF | 24 | 31 | 0 | 0 | 101 | 64 | 4B |
| Octal | 244 | 201 | 377 | 44 | 61 | 0 | 0 | 401 | 144 | 113 |
| Binary | 10100100 | 10000001 | 11111111 | 100100 | 110001 | 0 | 0 | 100000001 | 1100100 | 1001011 |
Color Harmonies of #A481FF
Complementary color
Monochromatic Colors of #A481FF
Black with #A481FF
Text Example
Text Example
White with #A481FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481FF; }
p { color: rgb(164,129,255); }
H1.HeaderClassName
{
color: #A481FF;
}
.AnyTagClassName
{
color: #A481FF;
}
</style>
background-color css
<style>
a { background-color: #A481FF; }
a { background-color: rgb(164,129,255); }
div.DivClassName
{
background-color: #A481FF;
}
.BgClassName
{
background-color: #A481FF;
}
</style>
border-color css
<style>
span { border-color: #A481FF; }
span { border-color: rgb(164,129,255); }
td.TdClassName
{
border-color: #A481FF;
}
.TagClassName
{
border-color: #A481FF;
}
</style>