Shades of Light Slate Blue #A76DFF
Tints of Light Slate Blue #A76DFF
RGB
CMYK
RGB Variations
Color information
#A76DFF (or 0xA76DFF) is known color: Light Slate Blue. HEX triplet: A7, 6D and FF. RGB value is (167,109,255). Sum of RGB (Red+Green+Blue) = 167+109+255=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #A76DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76DFF is #589200. Grayscale: #8E8E8E. Windows color (decimal): -5804545 or 16739751. OLE color: 16739751.
HSL color Cylindrical-coordinate representation of color #A76DFF: hue angle of 263.84º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A76DFF is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 109 | 255 | - |
| CMYK | 0.35 | 0.57 | 0 | 0 |
| HSL | 263.84º | 1% | 0.71% | - |
| HSV(B) | 263.84º | 0.57% | 1% | - |
| XYZ | 39.45 | 26.37 | 97.62 | - |
| YUV | 142.99 | 191.22 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 255 | 0.35 | 0.57 | 0 | 0 | 263.84 | 1 | 0.71 |
| Hex | A7 | 6D | FF | 23 | 39 | 0 | 0 | 108 | 64 | 47 |
| Octal | 247 | 155 | 377 | 43 | 71 | 0 | 0 | 410 | 144 | 107 |
| Binary | 10100111 | 1101101 | 11111111 | 100011 | 111001 | 0 | 0 | 100001000 | 1100100 | 1000111 |
Color Harmonies of #A76DFF
Complementary color
Monochromatic Colors of #A76DFF
Black with #A76DFF
Text Example
Text Example
White with #A76DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76DFF; }
p { color: rgb(167,109,255); }
H1.HeaderClassName
{
color: #A76DFF;
}
.AnyTagClassName
{
color: #A76DFF;
}
</style>
background-color css
<style>
a { background-color: #A76DFF; }
a { background-color: rgb(167,109,255); }
div.DivClassName
{
background-color: #A76DFF;
}
.BgClassName
{
background-color: #A76DFF;
}
</style>
border-color css
<style>
span { border-color: #A76DFF; }
span { border-color: rgb(167,109,255); }
td.TdClassName
{
border-color: #A76DFF;
}
.TagClassName
{
border-color: #A76DFF;
}
</style>