Shades of Light Slate Blue #A17EFC
Tints of Light Slate Blue #A17EFC
RGB
CMYK
RGB Variations
Color information
#A17EFC (or 0xA17EFC) is known color: Light Slate Blue. HEX triplet: A1, 7E and FC. RGB value is (161,126,252). Sum of RGB (Red+Green+Blue) = 161+126+252=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #A17EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17EFC is #5E8103. Grayscale: #969696. Windows color (decimal): -6193412 or 16547489. OLE color: 16547489.
HSL color Cylindrical-coordinate representation of color #A17EFC: hue angle of 256.67º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17EFC is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 126 | 252 | - |
| CMYK | 0.36 | 0.5 | 0 | 0.01 |
| HSL | 256.67º | 0.95% | 0.74% | - |
| HSV(B) | 256.67º | 0.5% | 0.99% | - |
| XYZ | 39.73 | 29.53 | 95.7 | - |
| YUV | 150.83 | 185.1 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 252 | 0.36 | 0.5 | 0 | 0.01 | 256.67 | 0.95 | 0.74 |
| Hex | A1 | 7E | FC | 24 | 32 | 0 | 1 | 101 | 5F | 4A |
| Octal | 241 | 176 | 374 | 44 | 62 | 0 | 1 | 401 | 137 | 112 |
| Binary | 10100001 | 1111110 | 11111100 | 100100 | 110010 | 0 | 1 | 100000001 | 1011111 | 1001010 |
Color Harmonies of #A17EFC
Complementary color
Monochromatic Colors of #A17EFC
Black with #A17EFC
Text Example
Text Example
White with #A17EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EFC; }
p { color: rgb(161,126,252); }
H1.HeaderClassName
{
color: #A17EFC;
}
.AnyTagClassName
{
color: #A17EFC;
}
</style>
background-color css
<style>
a { background-color: #A17EFC; }
a { background-color: rgb(161,126,252); }
div.DivClassName
{
background-color: #A17EFC;
}
.BgClassName
{
background-color: #A17EFC;
}
</style>
border-color css
<style>
span { border-color: #A17EFC; }
span { border-color: rgb(161,126,252); }
td.TdClassName
{
border-color: #A17EFC;
}
.TagClassName
{
border-color: #A17EFC;
}
</style>