Shades of Light Slate Blue #A170FE
Tints of Light Slate Blue #A170FE
RGB
CMYK
RGB Variations
Color information
#A170FE (or 0xA170FE) is known color: Light Slate Blue. HEX triplet: A1, 70 and FE. RGB value is (161,112,254). Sum of RGB (Red+Green+Blue) = 161+112+254=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #A170FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170FE is #5E8F01. Grayscale: #8E8E8E. Windows color (decimal): -6196994 or 16674977. OLE color: 16674977.
HSL color Cylindrical-coordinate representation of color #A170FE: hue angle of 260.7º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A170FE is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 112 | 254 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.00 |
| HSL | 260.7º | 0.99% | 0.72% | - |
| HSV(B) | 260.7º | 0.56% | 1% | - |
| XYZ | 38.38 | 26.32 | 96.82 | - |
| YUV | 142.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 254 | 0.37 | 0.56 | 0 | 0.00 | 260.7 | 0.99 | 0.72 |
| Hex | A1 | 70 | FE | 25 | 38 | 0 | 0 | 105 | 63 | 48 |
| Octal | 241 | 160 | 376 | 45 | 70 | 0 | 0 | 405 | 143 | 110 |
| Binary | 10100001 | 1110000 | 11111110 | 100101 | 111000 | 0 | 0 | 100000101 | 1100011 | 1001000 |
Color Harmonies of #A170FE
Complementary color
Monochromatic Colors of #A170FE
Black with #A170FE
Text Example
Text Example
White with #A170FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170FE; }
p { color: rgb(161,112,254); }
H1.HeaderClassName
{
color: #A170FE;
}
.AnyTagClassName
{
color: #A170FE;
}
</style>
background-color css
<style>
a { background-color: #A170FE; }
a { background-color: rgb(161,112,254); }
div.DivClassName
{
background-color: #A170FE;
}
.BgClassName
{
background-color: #A170FE;
}
</style>
border-color css
<style>
span { border-color: #A170FE; }
span { border-color: rgb(161,112,254); }
td.TdClassName
{
border-color: #A170FE;
}
.TagClassName
{
border-color: #A170FE;
}
</style>