Shades of Light Slate Blue #A376FE
Tints of Light Slate Blue #A376FE
RGB
CMYK
RGB Variations
Color information
#A376FE (or 0xA376FE) is known color: Light Slate Blue. HEX triplet: A3, 76 and FE. RGB value is (163,118,254). Sum of RGB (Red+Green+Blue) = 163+118+254=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #A376FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376FE is #5C8901. Grayscale: #929292. Windows color (decimal): -6064386 or 16676515. OLE color: 16676515.
HSL color Cylindrical-coordinate representation of color #A376FE: hue angle of 259.85º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A376FE is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 118 | 254 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.00 |
| HSL | 259.85º | 0.99% | 0.73% | - |
| HSV(B) | 259.85º | 0.54% | 1% | - |
| XYZ | 39.47 | 27.9 | 97.07 | - |
| YUV | 146.96 | 188.41 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 254 | 0.36 | 0.54 | 0 | 0.00 | 259.85 | 0.99 | 0.73 |
| Hex | A3 | 76 | FE | 24 | 36 | 0 | 0 | 104 | 63 | 49 |
| Octal | 243 | 166 | 376 | 44 | 66 | 0 | 0 | 404 | 143 | 111 |
| Binary | 10100011 | 1110110 | 11111110 | 100100 | 110110 | 0 | 0 | 100000100 | 1100011 | 1001001 |
Color Harmonies of #A376FE
Complementary color
Monochromatic Colors of #A376FE
Black with #A376FE
Text Example
Text Example
White with #A376FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376FE; }
p { color: rgb(163,118,254); }
H1.HeaderClassName
{
color: #A376FE;
}
.AnyTagClassName
{
color: #A376FE;
}
</style>
background-color css
<style>
a { background-color: #A376FE; }
a { background-color: rgb(163,118,254); }
div.DivClassName
{
background-color: #A376FE;
}
.BgClassName
{
background-color: #A376FE;
}
</style>
border-color css
<style>
span { border-color: #A376FE; }
span { border-color: rgb(163,118,254); }
td.TdClassName
{
border-color: #A376FE;
}
.TagClassName
{
border-color: #A376FE;
}
</style>