Shades of Light Slate Blue #A179FF
Tints of Light Slate Blue #A179FF
RGB
CMYK
RGB Variations
Color information
#A179FF (or 0xA179FF) is known color: Light Slate Blue. HEX triplet: A1, 79 and FF. RGB value is (161,121,255). Sum of RGB (Red+Green+Blue) = 161+121+255=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #A179FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A179FF is #5E8600. Grayscale: #939393. Windows color (decimal): -6194689 or 16742817. OLE color: 16742817.
HSL color Cylindrical-coordinate representation of color #A179FF: hue angle of 257.91º 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 #A179FF is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 121 | 255 | - |
| CMYK | 0.37 | 0.53 | 0 | 0 |
| HSL | 257.91º | 1% | 0.74% | - |
| HSV(B) | 257.91º | 0.53% | 1% | - |
| XYZ | 39.59 | 28.47 | 98.02 | - |
| YUV | 148.24 | 188.25 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 255 | 0.37 | 0.53 | 0 | 0 | 257.91 | 1 | 0.74 |
| Hex | A1 | 79 | FF | 25 | 35 | 0 | 0 | 102 | 64 | 4A |
| Octal | 241 | 171 | 377 | 45 | 65 | 0 | 0 | 402 | 144 | 112 |
| Binary | 10100001 | 1111001 | 11111111 | 100101 | 110101 | 0 | 0 | 100000010 | 1100100 | 1001010 |
Color Harmonies of #A179FF
Complementary color
Monochromatic Colors of #A179FF
Black with #A179FF
Text Example
Text Example
White with #A179FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179FF; }
p { color: rgb(161,121,255); }
H1.HeaderClassName
{
color: #A179FF;
}
.AnyTagClassName
{
color: #A179FF;
}
</style>
background-color css
<style>
a { background-color: #A179FF; }
a { background-color: rgb(161,121,255); }
div.DivClassName
{
background-color: #A179FF;
}
.BgClassName
{
background-color: #A179FF;
}
</style>
border-color css
<style>
span { border-color: #A179FF; }
span { border-color: rgb(161,121,255); }
td.TdClassName
{
border-color: #A179FF;
}
.TagClassName
{
border-color: #A179FF;
}
</style>