Shades of Light Slate Blue #A276FF
Tints of Light Slate Blue #A276FF
RGB
CMYK
RGB Variations
Color information
#A276FF (or 0xA276FF) is known color: Light Slate Blue. HEX triplet: A2, 76 and FF. RGB value is (162,118,255). Sum of RGB (Red+Green+Blue) = 162+118+255=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #A276FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A276FF is #5D8900. Grayscale: #929292. Windows color (decimal): -6129921 or 16742050. OLE color: 16742050.
HSL color Cylindrical-coordinate representation of color #A276FF: hue angle of 259.27º 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 #A276FF is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 118 | 255 | - |
| CMYK | 0.36 | 0.54 | 0 | 0 |
| HSL | 259.27º | 1% | 0.73% | - |
| HSV(B) | 259.27º | 0.54% | 1% | - |
| XYZ | 39.43 | 27.86 | 97.91 | - |
| YUV | 146.77 | 189.08 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 255 | 0.36 | 0.54 | 0 | 0 | 259.27 | 1 | 0.73 |
| Hex | A2 | 76 | FF | 24 | 36 | 0 | 0 | 103 | 64 | 49 |
| Octal | 242 | 166 | 377 | 44 | 66 | 0 | 0 | 403 | 144 | 111 |
| Binary | 10100010 | 1110110 | 11111111 | 100100 | 110110 | 0 | 0 | 100000011 | 1100100 | 1001001 |
Color Harmonies of #A276FF
Complementary color
Monochromatic Colors of #A276FF
Black with #A276FF
Text Example
Text Example
White with #A276FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A276FF; }
p { color: rgb(162,118,255); }
H1.HeaderClassName
{
color: #A276FF;
}
.AnyTagClassName
{
color: #A276FF;
}
</style>
background-color css
<style>
a { background-color: #A276FF; }
a { background-color: rgb(162,118,255); }
div.DivClassName
{
background-color: #A276FF;
}
.BgClassName
{
background-color: #A276FF;
}
</style>
border-color css
<style>
span { border-color: #A276FF; }
span { border-color: rgb(162,118,255); }
td.TdClassName
{
border-color: #A276FF;
}
.TagClassName
{
border-color: #A276FF;
}
</style>