Shades of Light Slate Blue #A17EFD
Tints of Light Slate Blue #A17EFD
RGB
CMYK
RGB Variations
Color information
#A17EFD (or 0xA17EFD) is known color: Light Slate Blue. HEX triplet: A1, 7E and FD. RGB value is (161,126,253). Sum of RGB (Red+Green+Blue) = 161+126+253=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #A17EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17EFD is #5E8102. Grayscale: #969696. Windows color (decimal): -6193411 or 16613025. OLE color: 16613025.
HSL color Cylindrical-coordinate representation of color #A17EFD: hue angle of 256.54º degrees, saturation: 0.97, 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 #A17EFD is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 126 | 253 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.01 |
| HSL | 256.54º | 0.97% | 0.74% | - |
| HSV(B) | 256.54º | 0.5% | 0.99% | - |
| XYZ | 39.89 | 29.59 | 96.54 | - |
| YUV | 150.94 | 185.6 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 253 | 0.36 | 0.50 | 0 | 0.01 | 256.54 | 0.97 | 0.74 |
| Hex | A1 | 7E | FD | 24 | 32 | 0 | 1 | 101 | 61 | 4A |
| Octal | 241 | 176 | 375 | 44 | 62 | 0 | 1 | 401 | 141 | 112 |
| Binary | 10100001 | 1111110 | 11111101 | 100100 | 110010 | 0 | 1 | 100000001 | 1100001 | 1001010 |
Color Harmonies of #A17EFD
Complementary color
Monochromatic Colors of #A17EFD
Black with #A17EFD
Text Example
Text Example
White with #A17EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EFD; }
p { color: rgb(161,126,253); }
H1.HeaderClassName
{
color: #A17EFD;
}
.AnyTagClassName
{
color: #A17EFD;
}
</style>
background-color css
<style>
a { background-color: #A17EFD; }
a { background-color: rgb(161,126,253); }
div.DivClassName
{
background-color: #A17EFD;
}
.BgClassName
{
background-color: #A17EFD;
}
</style>
border-color css
<style>
span { border-color: #A17EFD; }
span { border-color: rgb(161,126,253); }
td.TdClassName
{
border-color: #A17EFD;
}
.TagClassName
{
border-color: #A17EFD;
}
</style>