Shades of Light Slate Blue #A276FE
Tints of Light Slate Blue #A276FE
RGB
CMYK
RGB Variations
Color information
#A276FE (or 0xA276FE) is known color: Light Slate Blue. HEX triplet: A2, 76 and FE. RGB value is (162,118,254). Sum of RGB (Red+Green+Blue) = 162+118+254=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #A276FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A276FE is #5D8901. Grayscale: #929292. Windows color (decimal): -6129922 or 16676514. OLE color: 16676514.
HSL color Cylindrical-coordinate representation of color #A276FE: hue angle of 259.41º 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 #A276FE is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 118 | 254 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.00 |
| HSL | 259.41º | 0.99% | 0.73% | - |
| HSV(B) | 259.41º | 0.54% | 1% | - |
| XYZ | 39.27 | 27.79 | 97.06 | - |
| YUV | 146.66 | 188.58 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 254 | 0.36 | 0.54 | 0 | 0.00 | 259.41 | 0.99 | 0.73 |
| Hex | A2 | 76 | FE | 24 | 36 | 0 | 0 | 103 | 63 | 49 |
| Octal | 242 | 166 | 376 | 44 | 66 | 0 | 0 | 403 | 143 | 111 |
| Binary | 10100010 | 1110110 | 11111110 | 100100 | 110110 | 0 | 0 | 100000011 | 1100011 | 1001001 |
Color Harmonies of #A276FE
Complementary color
Monochromatic Colors of #A276FE
Black with #A276FE
Text Example
Text Example
White with #A276FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A276FE; }
p { color: rgb(162,118,254); }
H1.HeaderClassName
{
color: #A276FE;
}
.AnyTagClassName
{
color: #A276FE;
}
</style>
background-color css
<style>
a { background-color: #A276FE; }
a { background-color: rgb(162,118,254); }
div.DivClassName
{
background-color: #A276FE;
}
.BgClassName
{
background-color: #A276FE;
}
</style>
border-color css
<style>
span { border-color: #A276FE; }
span { border-color: rgb(162,118,254); }
td.TdClassName
{
border-color: #A276FE;
}
.TagClassName
{
border-color: #A276FE;
}
</style>