Shades of Light Slate Blue #A376FD
Tints of Light Slate Blue #A376FD
RGB
CMYK
RGB Variations
Color information
#A376FD (or 0xA376FD) is known color: Light Slate Blue. HEX triplet: A3, 76 and FD. RGB value is (163,118,253). Sum of RGB (Red+Green+Blue) = 163+118+253=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #A376FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376FD is #5C8902. Grayscale: #929292. Windows color (decimal): -6064387 or 16610979. OLE color: 16610979.
HSL color Cylindrical-coordinate representation of color #A376FD: hue angle of 260º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A376FD is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 118 | 253 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.01 |
| HSL | 260º | 0.97% | 0.73% | - |
| HSV(B) | 260º | 0.53% | 0.99% | - |
| XYZ | 39.31 | 27.84 | 96.23 | - |
| YUV | 146.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 253 | 0.36 | 0.53 | 0 | 0.01 | 260 | 0.97 | 0.73 |
| Hex | A3 | 76 | FD | 24 | 35 | 0 | 1 | 104 | 61 | 49 |
| Octal | 243 | 166 | 375 | 44 | 65 | 0 | 1 | 404 | 141 | 111 |
| Binary | 10100011 | 1110110 | 11111101 | 100100 | 110101 | 0 | 1 | 100000100 | 1100001 | 1001001 |
Color Harmonies of #A376FD
Complementary color
Monochromatic Colors of #A376FD
Black with #A376FD
Text Example
Text Example
White with #A376FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376FD; }
p { color: rgb(163,118,253); }
H1.HeaderClassName
{
color: #A376FD;
}
.AnyTagClassName
{
color: #A376FD;
}
</style>
background-color css
<style>
a { background-color: #A376FD; }
a { background-color: rgb(163,118,253); }
div.DivClassName
{
background-color: #A376FD;
}
.BgClassName
{
background-color: #A376FD;
}
</style>
border-color css
<style>
span { border-color: #A376FD; }
span { border-color: rgb(163,118,253); }
td.TdClassName
{
border-color: #A376FD;
}
.TagClassName
{
border-color: #A376FD;
}
</style>