Shades of Light Slate Blue #A974FF
Tints of Light Slate Blue #A974FF
RGB
CMYK
RGB Variations
Color information
#A974FF (or 0xA974FF) is known color: Light Slate Blue. HEX triplet: A9, 74 and FF. RGB value is (169,116,255). Sum of RGB (Red+Green+Blue) = 169+116+255=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #A974FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A974FF is #568B00. Grayscale: #939393. Windows color (decimal): -5671681 or 16741545. OLE color: 16741545.
HSL color Cylindrical-coordinate representation of color #A974FF: hue angle of 262.88º 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 #A974FF is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 116 | 255 | - |
| CMYK | 0.34 | 0.55 | 0 | 0 |
| HSL | 262.88º | 1% | 0.73% | - |
| HSV(B) | 262.88º | 0.55% | 1% | - |
| XYZ | 40.66 | 28.15 | 97.9 | - |
| YUV | 147.69 | 188.56 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 255 | 0.34 | 0.55 | 0 | 0 | 262.88 | 1 | 0.73 |
| Hex | A9 | 74 | FF | 22 | 37 | 0 | 0 | 107 | 64 | 49 |
| Octal | 251 | 164 | 377 | 42 | 67 | 0 | 0 | 407 | 144 | 111 |
| Binary | 10101001 | 1110100 | 11111111 | 100010 | 110111 | 0 | 0 | 100000111 | 1100100 | 1001001 |
Color Harmonies of #A974FF
Complementary color
Monochromatic Colors of #A974FF
Black with #A974FF
Text Example
Text Example
White with #A974FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A974FF; }
p { color: rgb(169,116,255); }
H1.HeaderClassName
{
color: #A974FF;
}
.AnyTagClassName
{
color: #A974FF;
}
</style>
background-color css
<style>
a { background-color: #A974FF; }
a { background-color: rgb(169,116,255); }
div.DivClassName
{
background-color: #A974FF;
}
.BgClassName
{
background-color: #A974FF;
}
</style>
border-color css
<style>
span { border-color: #A974FF; }
span { border-color: rgb(169,116,255); }
td.TdClassName
{
border-color: #A974FF;
}
.TagClassName
{
border-color: #A974FF;
}
</style>