Shades of Light Slate Blue #A878FF
Tints of Light Slate Blue #A878FF
RGB
CMYK
RGB Variations
Color information
#A878FF (or 0xA878FF) is known color: Light Slate Blue. HEX triplet: A8, 78 and FF. RGB value is (168,120,255). Sum of RGB (Red+Green+Blue) = 168+120+255=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #A878FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878FF is #578700. Grayscale: #959595. Windows color (decimal): -5736193 or 16742568. OLE color: 16742568.
HSL color Cylindrical-coordinate representation of color #A878FF: hue angle of 261.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A878FF is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 120 | 255 | - |
| CMYK | 0.34 | 0.53 | 0 | 0 |
| HSL | 261.33º | 1% | 0.74% | - |
| HSV(B) | 261.33º | 0.53% | 1% | - |
| XYZ | 40.91 | 28.98 | 98.04 | - |
| YUV | 149.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 255 | 0.34 | 0.53 | 0 | 0 | 261.33 | 1 | 0.74 |
| Hex | A8 | 78 | FF | 22 | 35 | 0 | 0 | 105 | 64 | 4A |
| Octal | 250 | 170 | 377 | 42 | 65 | 0 | 0 | 405 | 144 | 112 |
| Binary | 10101000 | 1111000 | 11111111 | 100010 | 110101 | 0 | 0 | 100000101 | 1100100 | 1001010 |
Color Harmonies of #A878FF
Complementary color
Monochromatic Colors of #A878FF
Black with #A878FF
Text Example
Text Example
White with #A878FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878FF; }
p { color: rgb(168,120,255); }
H1.HeaderClassName
{
color: #A878FF;
}
.AnyTagClassName
{
color: #A878FF;
}
</style>
background-color css
<style>
a { background-color: #A878FF; }
a { background-color: rgb(168,120,255); }
div.DivClassName
{
background-color: #A878FF;
}
.BgClassName
{
background-color: #A878FF;
}
</style>
border-color css
<style>
span { border-color: #A878FF; }
span { border-color: rgb(168,120,255); }
td.TdClassName
{
border-color: #A878FF;
}
.TagClassName
{
border-color: #A878FF;
}
</style>