Shades of Light Slate Blue #A874FF
Tints of Light Slate Blue #A874FF
RGB
CMYK
RGB Variations
Color information
#A874FF (or 0xA874FF) is known color: Light Slate Blue. HEX triplet: A8, 74 and FF. RGB value is (168,116,255). Sum of RGB (Red+Green+Blue) = 168+116+255=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #A874FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A874FF is #578B00. Grayscale: #929292. Windows color (decimal): -5737217 or 16741544. OLE color: 16741544.
HSL color Cylindrical-coordinate representation of color #A874FF: hue angle of 262.45º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A874FF is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 116 | 255 | - |
| CMYK | 0.34 | 0.55 | 0 | 0 |
| HSL | 262.45º | 1% | 0.73% | - |
| HSV(B) | 262.45º | 0.55% | 1% | - |
| XYZ | 40.44 | 28.04 | 97.89 | - |
| YUV | 147.39 | 188.73 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 255 | 0.34 | 0.55 | 0 | 0 | 262.45 | 1 | 0.73 |
| Hex | A8 | 74 | FF | 22 | 37 | 0 | 0 | 106 | 64 | 49 |
| Octal | 250 | 164 | 377 | 42 | 67 | 0 | 0 | 406 | 144 | 111 |
| Binary | 10101000 | 1110100 | 11111111 | 100010 | 110111 | 0 | 0 | 100000110 | 1100100 | 1001001 |
Color Harmonies of #A874FF
Complementary color
Monochromatic Colors of #A874FF
Black with #A874FF
Text Example
Text Example
White with #A874FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874FF; }
p { color: rgb(168,116,255); }
H1.HeaderClassName
{
color: #A874FF;
}
.AnyTagClassName
{
color: #A874FF;
}
</style>
background-color css
<style>
a { background-color: #A874FF; }
a { background-color: rgb(168,116,255); }
div.DivClassName
{
background-color: #A874FF;
}
.BgClassName
{
background-color: #A874FF;
}
</style>
border-color css
<style>
span { border-color: #A874FF; }
span { border-color: rgb(168,116,255); }
td.TdClassName
{
border-color: #A874FF;
}
.TagClassName
{
border-color: #A874FF;
}
</style>