Shades of Light Slate Blue #A376FF
Tints of Light Slate Blue #A376FF
RGB
CMYK
RGB Variations
Color information
#A376FF (or 0xA376FF) is known color: Light Slate Blue. HEX triplet: A3, 76 and FF. RGB value is (163,118,255). Sum of RGB (Red+Green+Blue) = 163+118+255=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #A376FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376FF is #5C8900. Grayscale: #929292. Windows color (decimal): -6064385 or 16742051. OLE color: 16742051.
HSL color Cylindrical-coordinate representation of color #A376FF: hue angle of 259.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A376FF is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 118 | 255 | - |
| CMYK | 0.36 | 0.54 | 0 | 0 |
| HSL | 259.71º | 1% | 0.73% | - |
| HSV(B) | 259.71º | 0.54% | 1% | - |
| XYZ | 39.63 | 27.96 | 97.92 | - |
| YUV | 147.07 | 188.91 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 255 | 0.36 | 0.54 | 0 | 0 | 259.71 | 1 | 0.73 |
| Hex | A3 | 76 | FF | 24 | 36 | 0 | 0 | 104 | 64 | 49 |
| Octal | 243 | 166 | 377 | 44 | 66 | 0 | 0 | 404 | 144 | 111 |
| Binary | 10100011 | 1110110 | 11111111 | 100100 | 110110 | 0 | 0 | 100000100 | 1100100 | 1001001 |
Color Harmonies of #A376FF
Complementary color
Monochromatic Colors of #A376FF
Black with #A376FF
Text Example
Text Example
White with #A376FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376FF; }
p { color: rgb(163,118,255); }
H1.HeaderClassName
{
color: #A376FF;
}
.AnyTagClassName
{
color: #A376FF;
}
</style>
background-color css
<style>
a { background-color: #A376FF; }
a { background-color: rgb(163,118,255); }
div.DivClassName
{
background-color: #A376FF;
}
.BgClassName
{
background-color: #A376FF;
}
</style>
border-color css
<style>
span { border-color: #A376FF; }
span { border-color: rgb(163,118,255); }
td.TdClassName
{
border-color: #A376FF;
}
.TagClassName
{
border-color: #A376FF;
}
</style>