Shades of Light Slate Blue #A178FF
Tints of Light Slate Blue #A178FF
RGB
CMYK
RGB Variations
Color information
#A178FF (or 0xA178FF) is known color: Light Slate Blue. HEX triplet: A1, 78 and FF. RGB value is (161,120,255). Sum of RGB (Red+Green+Blue) = 161+120+255=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #A178FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A178FF is #5E8700. Grayscale: #939393. Windows color (decimal): -6194945 or 16742561. OLE color: 16742561.
HSL color Cylindrical-coordinate representation of color #A178FF: hue angle of 258.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A178FF is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 120 | 255 | - |
| CMYK | 0.37 | 0.53 | 0 | 0 |
| HSL | 258.22º | 1% | 0.74% | - |
| HSV(B) | 258.22º | 0.53% | 1% | - |
| XYZ | 39.46 | 28.23 | 97.98 | - |
| YUV | 147.65 | 188.58 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 255 | 0.37 | 0.53 | 0 | 0 | 258.22 | 1 | 0.74 |
| Hex | A1 | 78 | FF | 25 | 35 | 0 | 0 | 102 | 64 | 4A |
| Octal | 241 | 170 | 377 | 45 | 65 | 0 | 0 | 402 | 144 | 112 |
| Binary | 10100001 | 1111000 | 11111111 | 100101 | 110101 | 0 | 0 | 100000010 | 1100100 | 1001010 |
Color Harmonies of #A178FF
Complementary color
Monochromatic Colors of #A178FF
Black with #A178FF
Text Example
Text Example
White with #A178FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A178FF; }
p { color: rgb(161,120,255); }
H1.HeaderClassName
{
color: #A178FF;
}
.AnyTagClassName
{
color: #A178FF;
}
</style>
background-color css
<style>
a { background-color: #A178FF; }
a { background-color: rgb(161,120,255); }
div.DivClassName
{
background-color: #A178FF;
}
.BgClassName
{
background-color: #A178FF;
}
</style>
border-color css
<style>
span { border-color: #A178FF; }
span { border-color: rgb(161,120,255); }
td.TdClassName
{
border-color: #A178FF;
}
.TagClassName
{
border-color: #A178FF;
}
</style>