Shades of Light Slate Blue #A673FE
Tints of Light Slate Blue #A673FE
RGB
CMYK
RGB Variations
Color information
#A673FE (or 0xA673FE) is known color: Light Slate Blue. HEX triplet: A6, 73 and FE. RGB value is (166,115,254). Sum of RGB (Red+Green+Blue) = 166+115+254=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #A673FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A673FE is #598C01. Grayscale: #919191. Windows color (decimal): -5868546 or 16675750. OLE color: 16675750.
HSL color Cylindrical-coordinate representation of color #A673FE: hue angle of 262.01º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A673FE is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 115 | 254 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.00 |
| HSL | 262.01º | 0.99% | 0.72% | - |
| HSV(B) | 262.01º | 0.55% | 1% | - |
| XYZ | 39.75 | 27.52 | 96.98 | - |
| YUV | 146.1 | 188.9 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 254 | 0.35 | 0.55 | 0 | 0.00 | 262.01 | 0.99 | 0.72 |
| Hex | A6 | 73 | FE | 23 | 37 | 0 | 0 | 106 | 63 | 48 |
| Octal | 246 | 163 | 376 | 43 | 67 | 0 | 0 | 406 | 143 | 110 |
| Binary | 10100110 | 1110011 | 11111110 | 100011 | 110111 | 0 | 0 | 100000110 | 1100011 | 1001000 |
Color Harmonies of #A673FE
Complementary color
Monochromatic Colors of #A673FE
Black with #A673FE
Text Example
Text Example
White with #A673FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A673FE; }
p { color: rgb(166,115,254); }
H1.HeaderClassName
{
color: #A673FE;
}
.AnyTagClassName
{
color: #A673FE;
}
</style>
background-color css
<style>
a { background-color: #A673FE; }
a { background-color: rgb(166,115,254); }
div.DivClassName
{
background-color: #A673FE;
}
.BgClassName
{
background-color: #A673FE;
}
</style>
border-color css
<style>
span { border-color: #A673FE; }
span { border-color: rgb(166,115,254); }
td.TdClassName
{
border-color: #A673FE;
}
.TagClassName
{
border-color: #A673FE;
}
</style>