Shades of Light Slate Blue #A76CFF
Tints of Light Slate Blue #A76CFF
RGB
CMYK
RGB Variations
Color information
#A76CFF (or 0xA76CFF) is known color: Light Slate Blue. HEX triplet: A7, 6C and FF. RGB value is (167,108,255). Sum of RGB (Red+Green+Blue) = 167+108+255=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #A76CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76CFF is #589300. Grayscale: #8D8D8D. Windows color (decimal): -5804801 or 16739495. OLE color: 16739495.
HSL color Cylindrical-coordinate representation of color #A76CFF: hue angle of 264.08º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A76CFF is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 108 | 255 | - |
| CMYK | 0.35 | 0.58 | 0 | 0 |
| HSL | 264.08º | 1% | 0.71% | - |
| HSV(B) | 264.08º | 0.58% | 1% | - |
| XYZ | 39.35 | 26.16 | 97.58 | - |
| YUV | 142.4 | 191.55 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 255 | 0.35 | 0.58 | 0 | 0 | 264.08 | 1 | 0.71 |
| Hex | A7 | 6C | FF | 23 | 3A | 0 | 0 | 108 | 64 | 47 |
| Octal | 247 | 154 | 377 | 43 | 72 | 0 | 0 | 410 | 144 | 107 |
| Binary | 10100111 | 1101100 | 11111111 | 100011 | 111010 | 0 | 0 | 100001000 | 1100100 | 1000111 |
Color Harmonies of #A76CFF
Complementary color
Monochromatic Colors of #A76CFF
Black with #A76CFF
Text Example
Text Example
White with #A76CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76CFF; }
p { color: rgb(167,108,255); }
H1.HeaderClassName
{
color: #A76CFF;
}
.AnyTagClassName
{
color: #A76CFF;
}
</style>
background-color css
<style>
a { background-color: #A76CFF; }
a { background-color: rgb(167,108,255); }
div.DivClassName
{
background-color: #A76CFF;
}
.BgClassName
{
background-color: #A76CFF;
}
</style>
border-color css
<style>
span { border-color: #A76CFF; }
span { border-color: rgb(167,108,255); }
td.TdClassName
{
border-color: #A76CFF;
}
.TagClassName
{
border-color: #A76CFF;
}
</style>