Shades of Light Slate Blue #A167FE
Tints of Light Slate Blue #A167FE
RGB
CMYK
RGB Variations
Color information
#A167FE (or 0xA167FE) is known color: Light Slate Blue. HEX triplet: A1, 67 and FE. RGB value is (161,103,254). Sum of RGB (Red+Green+Blue) = 161+103+254=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #A167FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A167FE is #5E9801. Grayscale: #898989. Windows color (decimal): -6199298 or 16672673. OLE color: 16672673.
HSL color Cylindrical-coordinate representation of color #A167FE: hue angle of 263.05º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A167FE is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 103 | 254 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.00 |
| HSL | 263.05º | 0.99% | 0.7% | - |
| HSV(B) | 263.05º | 0.59% | 1% | - |
| XYZ | 37.44 | 24.43 | 96.51 | - |
| YUV | 137.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 254 | 0.37 | 0.59 | 0 | 0.00 | 263.05 | 0.99 | 0.7 |
| Hex | A1 | 67 | FE | 25 | 3B | 0 | 0 | 107 | 63 | 46 |
| Octal | 241 | 147 | 376 | 45 | 73 | 0 | 0 | 407 | 143 | 106 |
| Binary | 10100001 | 1100111 | 11111110 | 100101 | 111011 | 0 | 0 | 100000111 | 1100011 | 1000110 |
Color Harmonies of #A167FE
Complementary color
Monochromatic Colors of #A167FE
Black with #A167FE
Text Example
Text Example
White with #A167FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A167FE; }
p { color: rgb(161,103,254); }
H1.HeaderClassName
{
color: #A167FE;
}
.AnyTagClassName
{
color: #A167FE;
}
</style>
background-color css
<style>
a { background-color: #A167FE; }
a { background-color: rgb(161,103,254); }
div.DivClassName
{
background-color: #A167FE;
}
.BgClassName
{
background-color: #A167FE;
}
</style>
border-color css
<style>
span { border-color: #A167FE; }
span { border-color: rgb(161,103,254); }
td.TdClassName
{
border-color: #A167FE;
}
.TagClassName
{
border-color: #A167FE;
}
</style>