Shades of Light Slate Blue #A176FF
Tints of Light Slate Blue #A176FF
RGB
CMYK
RGB Variations
Color information
#A176FF (or 0xA176FF) is known color: Light Slate Blue. HEX triplet: A1, 76 and FF. RGB value is (161,118,255). Sum of RGB (Red+Green+Blue) = 161+118+255=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #A176FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A176FF is #5E8900. Grayscale: #919191. Windows color (decimal): -6195457 or 16742049. OLE color: 16742049.
HSL color Cylindrical-coordinate representation of color #A176FF: hue angle of 258.83º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A176FF is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 118 | 255 | - |
| CMYK | 0.37 | 0.54 | 0 | 0 |
| HSL | 258.83º | 1% | 0.73% | - |
| HSV(B) | 258.83º | 0.54% | 1% | - |
| XYZ | 39.23 | 27.75 | 97.9 | - |
| YUV | 146.48 | 189.25 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 255 | 0.37 | 0.54 | 0 | 0 | 258.83 | 1 | 0.73 |
| Hex | A1 | 76 | FF | 25 | 36 | 0 | 0 | 103 | 64 | 49 |
| Octal | 241 | 166 | 377 | 45 | 66 | 0 | 0 | 403 | 144 | 111 |
| Binary | 10100001 | 1110110 | 11111111 | 100101 | 110110 | 0 | 0 | 100000011 | 1100100 | 1001001 |
Color Harmonies of #A176FF
Complementary color
Monochromatic Colors of #A176FF
Black with #A176FF
Text Example
Text Example
White with #A176FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A176FF; }
p { color: rgb(161,118,255); }
H1.HeaderClassName
{
color: #A176FF;
}
.AnyTagClassName
{
color: #A176FF;
}
</style>
background-color css
<style>
a { background-color: #A176FF; }
a { background-color: rgb(161,118,255); }
div.DivClassName
{
background-color: #A176FF;
}
.BgClassName
{
background-color: #A176FF;
}
</style>
border-color css
<style>
span { border-color: #A176FF; }
span { border-color: rgb(161,118,255); }
td.TdClassName
{
border-color: #A176FF;
}
.TagClassName
{
border-color: #A176FF;
}
</style>