Shades of Light Slate Blue #A278FE
Tints of Light Slate Blue #A278FE
RGB
CMYK
RGB Variations
Color information
#A278FE (or 0xA278FE) is known color: Light Slate Blue. HEX triplet: A2, 78 and FE. RGB value is (162,120,254). Sum of RGB (Red+Green+Blue) = 162+120+254=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 120 (47.27% from 255 or 22.39% 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 #A278FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A278FE is #5D8701. Grayscale: #939393. Windows color (decimal): -6129410 or 16677026. OLE color: 16677026.
HSL color Cylindrical-coordinate representation of color #A278FE: hue angle of 258.81º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A278FE is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 120 | 254 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.00 |
| HSL | 258.81º | 0.99% | 0.73% | - |
| HSV(B) | 258.81º | 0.53% | 1% | - |
| XYZ | 39.51 | 28.27 | 97.14 | - |
| YUV | 147.83 | 187.91 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 254 | 0.36 | 0.53 | 0 | 0.00 | 258.81 | 0.99 | 0.73 |
| Hex | A2 | 78 | FE | 24 | 35 | 0 | 0 | 103 | 63 | 49 |
| Octal | 242 | 170 | 376 | 44 | 65 | 0 | 0 | 403 | 143 | 111 |
| Binary | 10100010 | 1111000 | 11111110 | 100100 | 110101 | 0 | 0 | 100000011 | 1100011 | 1001001 |
Color Harmonies of #A278FE
Complementary color
Monochromatic Colors of #A278FE
Black with #A278FE
Text Example
Text Example
White with #A278FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278FE; }
p { color: rgb(162,120,254); }
H1.HeaderClassName
{
color: #A278FE;
}
.AnyTagClassName
{
color: #A278FE;
}
</style>
background-color css
<style>
a { background-color: #A278FE; }
a { background-color: rgb(162,120,254); }
div.DivClassName
{
background-color: #A278FE;
}
.BgClassName
{
background-color: #A278FE;
}
</style>
border-color css
<style>
span { border-color: #A278FE; }
span { border-color: rgb(162,120,254); }
td.TdClassName
{
border-color: #A278FE;
}
.TagClassName
{
border-color: #A278FE;
}
</style>