Shades of Light Slate Blue #A17DFE
Tints of Light Slate Blue #A17DFE
RGB
CMYK
RGB Variations
Color information
#A17DFE (or 0xA17DFE) is known color: Light Slate Blue. HEX triplet: A1, 7D and FE. RGB value is (161,125,254). Sum of RGB (Red+Green+Blue) = 161+125+254=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #A17DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17DFE is #5E8201. Grayscale: #959595. Windows color (decimal): -6193666 or 16678305. OLE color: 16678305.
HSL color Cylindrical-coordinate representation of color #A17DFE: hue angle of 256.74º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A17DFE is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 125 | 254 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.00 |
| HSL | 256.74º | 0.98% | 0.74% | - |
| HSV(B) | 256.74º | 0.51% | 1% | - |
| XYZ | 39.92 | 29.4 | 97.34 | - |
| YUV | 150.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 254 | 0.37 | 0.51 | 0 | 0.00 | 256.74 | 0.98 | 0.74 |
| Hex | A1 | 7D | FE | 25 | 33 | 0 | 0 | 101 | 62 | 4A |
| Octal | 241 | 175 | 376 | 45 | 63 | 0 | 0 | 401 | 142 | 112 |
| Binary | 10100001 | 1111101 | 11111110 | 100101 | 110011 | 0 | 0 | 100000001 | 1100010 | 1001010 |
Color Harmonies of #A17DFE
Complementary color
Monochromatic Colors of #A17DFE
Black with #A17DFE
Text Example
Text Example
White with #A17DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DFE; }
p { color: rgb(161,125,254); }
H1.HeaderClassName
{
color: #A17DFE;
}
.AnyTagClassName
{
color: #A17DFE;
}
</style>
background-color css
<style>
a { background-color: #A17DFE; }
a { background-color: rgb(161,125,254); }
div.DivClassName
{
background-color: #A17DFE;
}
.BgClassName
{
background-color: #A17DFE;
}
</style>
border-color css
<style>
span { border-color: #A17DFE; }
span { border-color: rgb(161,125,254); }
td.TdClassName
{
border-color: #A17DFE;
}
.TagClassName
{
border-color: #A17DFE;
}
</style>