Shades of Light Slate Blue #A17DFB
Tints of Light Slate Blue #A17DFB
RGB
CMYK
RGB Variations
Color information
#A17DFB (or 0xA17DFB) is known color: Light Slate Blue. HEX triplet: A1, 7D and FB. RGB value is (161,125,251). Sum of RGB (Red+Green+Blue) = 161+125+251=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #A17DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17DFB is #5E8204. Grayscale: #959595. Windows color (decimal): -6193669 or 16481697. OLE color: 16481697.
HSL color Cylindrical-coordinate representation of color #A17DFB: hue angle of 257.14º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17DFB is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 125 | 251 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.02 |
| HSL | 257.14º | 0.94% | 0.74% | - |
| HSV(B) | 257.14º | 0.5% | 0.98% | - |
| XYZ | 39.44 | 29.21 | 94.83 | - |
| YUV | 150.13 | 184.93 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 251 | 0.36 | 0.50 | 0 | 0.02 | 257.14 | 0.94 | 0.74 |
| Hex | A1 | 7D | FB | 24 | 32 | 0 | 2 | 101 | 5E | 4A |
| Octal | 241 | 175 | 373 | 44 | 62 | 0 | 2 | 401 | 136 | 112 |
| Binary | 10100001 | 1111101 | 11111011 | 100100 | 110010 | 0 | 10 | 100000001 | 1011110 | 1001010 |
Color Harmonies of #A17DFB
Complementary color
Monochromatic Colors of #A17DFB
Black with #A17DFB
Text Example
Text Example
White with #A17DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DFB; }
p { color: rgb(161,125,251); }
H1.HeaderClassName
{
color: #A17DFB;
}
.AnyTagClassName
{
color: #A17DFB;
}
</style>
background-color css
<style>
a { background-color: #A17DFB; }
a { background-color: rgb(161,125,251); }
div.DivClassName
{
background-color: #A17DFB;
}
.BgClassName
{
background-color: #A17DFB;
}
</style>
border-color css
<style>
span { border-color: #A17DFB; }
span { border-color: rgb(161,125,251); }
td.TdClassName
{
border-color: #A17DFB;
}
.TagClassName
{
border-color: #A17DFB;
}
</style>