Shades of Light Slate Blue #A155FF
Tints of Light Slate Blue #A155FF
RGB
CMYK
RGB Variations
Color information
#A155FF (or 0xA155FF) is known color: Light Slate Blue. HEX triplet: A1, 55 and FF. RGB value is (161,85,255). Sum of RGB (Red+Green+Blue) = 161+85+255=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #A155FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155FF is #5EAA00. Grayscale: #7E7E7E. Windows color (decimal): -6203905 or 16733601. OLE color: 16733601.
HSL color Cylindrical-coordinate representation of color #A155FF: hue angle of 266.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A155FF is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 85 | 255 | - |
| CMYK | 0.37 | 0.67 | 0 | 0 |
| HSL | 266.82º | 1% | 0.67% | - |
| HSV(B) | 266.82º | 0.67% | 1% | - |
| XYZ | 36 | 21.29 | 96.82 | - |
| YUV | 127.1 | 200.18 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 255 | 0.37 | 0.67 | 0 | 0 | 266.82 | 1 | 0.67 |
| Hex | A1 | 55 | FF | 25 | 43 | 0 | 0 | 10B | 64 | 43 |
| Octal | 241 | 125 | 377 | 45 | 103 | 0 | 0 | 413 | 144 | 103 |
| Binary | 10100001 | 1010101 | 11111111 | 100101 | 1000011 | 0 | 0 | 100001011 | 1100100 | 1000011 |
Color Harmonies of #A155FF
Complementary color
Monochromatic Colors of #A155FF
Black with #A155FF
Text Example
Text Example
White with #A155FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155FF; }
p { color: rgb(161,85,255); }
H1.HeaderClassName
{
color: #A155FF;
}
.AnyTagClassName
{
color: #A155FF;
}
</style>
background-color css
<style>
a { background-color: #A155FF; }
a { background-color: rgb(161,85,255); }
div.DivClassName
{
background-color: #A155FF;
}
.BgClassName
{
background-color: #A155FF;
}
</style>
border-color css
<style>
span { border-color: #A155FF; }
span { border-color: rgb(161,85,255); }
td.TdClassName
{
border-color: #A155FF;
}
.TagClassName
{
border-color: #A155FF;
}
</style>