Shades of Light Slate Blue #A17AFC
Tints of Light Slate Blue #A17AFC
RGB
CMYK
RGB Variations
Color information
#A17AFC (or 0xA17AFC) is known color: Light Slate Blue. HEX triplet: A1, 7A and FC. RGB value is (161,122,252). Sum of RGB (Red+Green+Blue) = 161+122+252=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #A17AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AFC is #5E8503. Grayscale: #949494. Windows color (decimal): -6194436 or 16546465. OLE color: 16546465.
HSL color Cylindrical-coordinate representation of color #A17AFC: hue angle of 258º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A17AFC is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 122 | 252 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.01 |
| HSL | 258º | 0.96% | 0.73% | - |
| HSV(B) | 258º | 0.52% | 0.99% | - |
| XYZ | 39.23 | 28.52 | 95.53 | - |
| YUV | 148.48 | 186.42 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 252 | 0.36 | 0.52 | 0 | 0.01 | 258 | 0.96 | 0.73 |
| Hex | A1 | 7A | FC | 24 | 34 | 0 | 1 | 102 | 60 | 49 |
| Octal | 241 | 172 | 374 | 44 | 64 | 0 | 1 | 402 | 140 | 111 |
| Binary | 10100001 | 1111010 | 11111100 | 100100 | 110100 | 0 | 1 | 100000010 | 1100000 | 1001001 |
Color Harmonies of #A17AFC
Complementary color
Monochromatic Colors of #A17AFC
Black with #A17AFC
Text Example
Text Example
White with #A17AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17AFC; }
p { color: rgb(161,122,252); }
H1.HeaderClassName
{
color: #A17AFC;
}
.AnyTagClassName
{
color: #A17AFC;
}
</style>
background-color css
<style>
a { background-color: #A17AFC; }
a { background-color: rgb(161,122,252); }
div.DivClassName
{
background-color: #A17AFC;
}
.BgClassName
{
background-color: #A17AFC;
}
</style>
border-color css
<style>
span { border-color: #A17AFC; }
span { border-color: rgb(161,122,252); }
td.TdClassName
{
border-color: #A17AFC;
}
.TagClassName
{
border-color: #A17AFC;
}
</style>