Shades of Light Slate Blue #A674FE
Tints of Light Slate Blue #A674FE
RGB
CMYK
RGB Variations
Color information
#A674FE (or 0xA674FE) is known color: Light Slate Blue. HEX triplet: A6, 74 and FE. RGB value is (166,116,254). Sum of RGB (Red+Green+Blue) = 166+116+254=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 116 (45.70% from 255 or 21.64% 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 #A674FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A674FE is #598B01. Grayscale: #929292. Windows color (decimal): -5868290 or 16676006. OLE color: 16676006.
HSL color Cylindrical-coordinate representation of color #A674FE: hue angle of 261.74º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A674FE is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 116 | 254 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.00 |
| HSL | 261.74º | 0.99% | 0.73% | - |
| HSV(B) | 261.74º | 0.54% | 1% | - |
| XYZ | 39.86 | 27.75 | 97.02 | - |
| YUV | 146.68 | 188.57 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 116 | 254 | 0.35 | 0.54 | 0 | 0.00 | 261.74 | 0.99 | 0.73 |
| Hex | A6 | 74 | FE | 23 | 36 | 0 | 0 | 106 | 63 | 49 |
| Octal | 246 | 164 | 376 | 43 | 66 | 0 | 0 | 406 | 143 | 111 |
| Binary | 10100110 | 1110100 | 11111110 | 100011 | 110110 | 0 | 0 | 100000110 | 1100011 | 1001001 |
Color Harmonies of #A674FE
Complementary color
Monochromatic Colors of #A674FE
Black with #A674FE
Text Example
Text Example
White with #A674FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A674FE; }
p { color: rgb(166,116,254); }
H1.HeaderClassName
{
color: #A674FE;
}
.AnyTagClassName
{
color: #A674FE;
}
</style>
background-color css
<style>
a { background-color: #A674FE; }
a { background-color: rgb(166,116,254); }
div.DivClassName
{
background-color: #A674FE;
}
.BgClassName
{
background-color: #A674FE;
}
</style>
border-color css
<style>
span { border-color: #A674FE; }
span { border-color: rgb(166,116,254); }
td.TdClassName
{
border-color: #A674FE;
}
.TagClassName
{
border-color: #A674FE;
}
</style>