Shades of Light Slate Blue #A476FF
Tints of Light Slate Blue #A476FF
RGB
CMYK
RGB Variations
Color information
#A476FF (or 0xA476FF) is known color: Light Slate Blue. HEX triplet: A4, 76 and FF. RGB value is (164,118,255). Sum of RGB (Red+Green+Blue) = 164+118+255=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #A476FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A476FF is #5B8900. Grayscale: #929292. Windows color (decimal): -5998849 or 16742052. OLE color: 16742052.
HSL color Cylindrical-coordinate representation of color #A476FF: hue angle of 260.15º 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 #A476FF is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 118 | 255 | - |
| CMYK | 0.36 | 0.54 | 0 | 0 |
| HSL | 260.15º | 1% | 0.73% | - |
| HSV(B) | 260.15º | 0.54% | 1% | - |
| XYZ | 39.84 | 28.07 | 97.93 | - |
| YUV | 147.37 | 188.74 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 255 | 0.36 | 0.54 | 0 | 0 | 260.15 | 1 | 0.73 |
| Hex | A4 | 76 | FF | 24 | 36 | 0 | 0 | 104 | 64 | 49 |
| Octal | 244 | 166 | 377 | 44 | 66 | 0 | 0 | 404 | 144 | 111 |
| Binary | 10100100 | 1110110 | 11111111 | 100100 | 110110 | 0 | 0 | 100000100 | 1100100 | 1001001 |
Color Harmonies of #A476FF
Complementary color
Monochromatic Colors of #A476FF
Black with #A476FF
Text Example
Text Example
White with #A476FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476FF; }
p { color: rgb(164,118,255); }
H1.HeaderClassName
{
color: #A476FF;
}
.AnyTagClassName
{
color: #A476FF;
}
</style>
background-color css
<style>
a { background-color: #A476FF; }
a { background-color: rgb(164,118,255); }
div.DivClassName
{
background-color: #A476FF;
}
.BgClassName
{
background-color: #A476FF;
}
</style>
border-color css
<style>
span { border-color: #A476FF; }
span { border-color: rgb(164,118,255); }
td.TdClassName
{
border-color: #A476FF;
}
.TagClassName
{
border-color: #A476FF;
}
</style>