Shades of Light Slate Blue #A476FE
Tints of Light Slate Blue #A476FE
RGB
CMYK
RGB Variations
Color information
#A476FE (or 0xA476FE) is known color: Light Slate Blue. HEX triplet: A4, 76 and FE. RGB value is (164,118,254). Sum of RGB (Red+Green+Blue) = 164+118+254=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #A476FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A476FE is #5B8901. Grayscale: #929292. Windows color (decimal): -5998850 or 16676516. OLE color: 16676516.
HSL color Cylindrical-coordinate representation of color #A476FE: hue angle of 260.29º 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 #A476FE is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 118 | 254 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.00 |
| HSL | 260.29º | 0.99% | 0.73% | - |
| HSV(B) | 260.29º | 0.54% | 1% | - |
| XYZ | 39.68 | 28.01 | 97.08 | - |
| YUV | 147.26 | 188.24 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 254 | 0.35 | 0.54 | 0 | 0.00 | 260.29 | 0.99 | 0.73 |
| Hex | A4 | 76 | FE | 23 | 36 | 0 | 0 | 104 | 63 | 49 |
| Octal | 244 | 166 | 376 | 43 | 66 | 0 | 0 | 404 | 143 | 111 |
| Binary | 10100100 | 1110110 | 11111110 | 100011 | 110110 | 0 | 0 | 100000100 | 1100011 | 1001001 |
Color Harmonies of #A476FE
Complementary color
Monochromatic Colors of #A476FE
Black with #A476FE
Text Example
Text Example
White with #A476FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476FE; }
p { color: rgb(164,118,254); }
H1.HeaderClassName
{
color: #A476FE;
}
.AnyTagClassName
{
color: #A476FE;
}
</style>
background-color css
<style>
a { background-color: #A476FE; }
a { background-color: rgb(164,118,254); }
div.DivClassName
{
background-color: #A476FE;
}
.BgClassName
{
background-color: #A476FE;
}
</style>
border-color css
<style>
span { border-color: #A476FE; }
span { border-color: rgb(164,118,254); }
td.TdClassName
{
border-color: #A476FE;
}
.TagClassName
{
border-color: #A476FE;
}
</style>