Shades of Light Slate Blue #A873FF
Tints of Light Slate Blue #A873FF
RGB
CMYK
RGB Variations
Color information
#A873FF (or 0xA873FF) is known color: Light Slate Blue. HEX triplet: A8, 73 and FF. RGB value is (168,115,255). Sum of RGB (Red+Green+Blue) = 168+115+255=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #A873FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A873FF is #578C00. Grayscale: #929292. Windows color (decimal): -5737473 or 16741288. OLE color: 16741288.
HSL color Cylindrical-coordinate representation of color #A873FF: hue angle of 262.71º 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 #A873FF is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 115 | 255 | - |
| CMYK | 0.34 | 0.55 | 0 | 0 |
| HSL | 262.71º | 1% | 0.73% | - |
| HSV(B) | 262.71º | 0.55% | 1% | - |
| XYZ | 40.33 | 27.81 | 97.85 | - |
| YUV | 146.81 | 189.06 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 255 | 0.34 | 0.55 | 0 | 0 | 262.71 | 1 | 0.73 |
| Hex | A8 | 73 | FF | 22 | 37 | 0 | 0 | 107 | 64 | 49 |
| Octal | 250 | 163 | 377 | 42 | 67 | 0 | 0 | 407 | 144 | 111 |
| Binary | 10101000 | 1110011 | 11111111 | 100010 | 110111 | 0 | 0 | 100000111 | 1100100 | 1001001 |
Color Harmonies of #A873FF
Complementary color
Monochromatic Colors of #A873FF
Black with #A873FF
Text Example
Text Example
White with #A873FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873FF; }
p { color: rgb(168,115,255); }
H1.HeaderClassName
{
color: #A873FF;
}
.AnyTagClassName
{
color: #A873FF;
}
</style>
background-color css
<style>
a { background-color: #A873FF; }
a { background-color: rgb(168,115,255); }
div.DivClassName
{
background-color: #A873FF;
}
.BgClassName
{
background-color: #A873FF;
}
</style>
border-color css
<style>
span { border-color: #A873FF; }
span { border-color: rgb(168,115,255); }
td.TdClassName
{
border-color: #A873FF;
}
.TagClassName
{
border-color: #A873FF;
}
</style>