Shades of Light Slate Blue #A180FF
Tints of Light Slate Blue #A180FF
RGB
CMYK
RGB Variations
Color information
#A180FF (or 0xA180FF) is known color: Light Slate Blue. HEX triplet: A1, 80 and FF. RGB value is (161,128,255). Sum of RGB (Red+Green+Blue) = 161+128+255=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #A180FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A180FF is #5E7F00. Grayscale: #979797. Windows color (decimal): -6192897 or 16744609. OLE color: 16744609.
HSL color Cylindrical-coordinate representation of color #A180FF: hue angle of 255.59º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A180FF is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 128 | 255 | - |
| CMYK | 0.37 | 0.50 | 0 | 0 |
| HSL | 255.59º | 1% | 0.75% | - |
| HSV(B) | 255.59º | 0.5% | 1% | - |
| XYZ | 40.47 | 30.24 | 98.31 | - |
| YUV | 152.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 255 | 0.37 | 0.50 | 0 | 0 | 255.59 | 1 | 0.75 |
| Hex | A1 | 80 | FF | 25 | 32 | 0 | 0 | 100 | 64 | 4B |
| Octal | 241 | 200 | 377 | 45 | 62 | 0 | 0 | 400 | 144 | 113 |
| Binary | 10100001 | 10000000 | 11111111 | 100101 | 110010 | 0 | 0 | 100000000 | 1100100 | 1001011 |
Color Harmonies of #A180FF
Complementary color
Monochromatic Colors of #A180FF
Black with #A180FF
Text Example
Text Example
White with #A180FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180FF; }
p { color: rgb(161,128,255); }
H1.HeaderClassName
{
color: #A180FF;
}
.AnyTagClassName
{
color: #A180FF;
}
</style>
background-color css
<style>
a { background-color: #A180FF; }
a { background-color: rgb(161,128,255); }
div.DivClassName
{
background-color: #A180FF;
}
.BgClassName
{
background-color: #A180FF;
}
</style>
border-color css
<style>
span { border-color: #A180FF; }
span { border-color: rgb(161,128,255); }
td.TdClassName
{
border-color: #A180FF;
}
.TagClassName
{
border-color: #A180FF;
}
</style>