Shades of Light Slate Blue #A173FE
Tints of Light Slate Blue #A173FE
RGB
CMYK
RGB Variations
Color information
#A173FE (or 0xA173FE) is known color: Light Slate Blue. HEX triplet: A1, 73 and FE. RGB value is (161,115,254). Sum of RGB (Red+Green+Blue) = 161+115+254=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #A173FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A173FE is #5E8C01. Grayscale: #909090. Windows color (decimal): -6196226 or 16675745. OLE color: 16675745.
HSL color Cylindrical-coordinate representation of color #A173FE: hue angle of 259.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A173FE is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 115 | 254 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.00 |
| HSL | 259.86º | 0.99% | 0.72% | - |
| HSV(B) | 259.86º | 0.55% | 1% | - |
| XYZ | 38.72 | 26.99 | 96.94 | - |
| YUV | 144.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 254 | 0.37 | 0.55 | 0 | 0.00 | 259.86 | 0.99 | 0.72 |
| Hex | A1 | 73 | FE | 25 | 37 | 0 | 0 | 104 | 63 | 48 |
| Octal | 241 | 163 | 376 | 45 | 67 | 0 | 0 | 404 | 143 | 110 |
| Binary | 10100001 | 1110011 | 11111110 | 100101 | 110111 | 0 | 0 | 100000100 | 1100011 | 1001000 |
Color Harmonies of #A173FE
Complementary color
Monochromatic Colors of #A173FE
Black with #A173FE
Text Example
Text Example
White with #A173FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A173FE; }
p { color: rgb(161,115,254); }
H1.HeaderClassName
{
color: #A173FE;
}
.AnyTagClassName
{
color: #A173FE;
}
</style>
background-color css
<style>
a { background-color: #A173FE; }
a { background-color: rgb(161,115,254); }
div.DivClassName
{
background-color: #A173FE;
}
.BgClassName
{
background-color: #A173FE;
}
</style>
border-color css
<style>
span { border-color: #A173FE; }
span { border-color: rgb(161,115,254); }
td.TdClassName
{
border-color: #A173FE;
}
.TagClassName
{
border-color: #A173FE;
}
</style>