Shades of Light Slate Blue #A673FF
Tints of Light Slate Blue #A673FF
RGB
CMYK
RGB Variations
Color information
#A673FF (or 0xA673FF) is known color: Light Slate Blue. HEX triplet: A6, 73 and FF. RGB value is (166,115,255). Sum of RGB (Red+Green+Blue) = 166+115+255=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #A673FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A673FF is #598C00. Grayscale: #919191. Windows color (decimal): -5868545 or 16741286. OLE color: 16741286.
HSL color Cylindrical-coordinate representation of color #A673FF: hue angle of 261.86º 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 #A673FF is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 115 | 255 | - |
| CMYK | 0.35 | 0.55 | 0 | 0 |
| HSL | 261.86º | 1% | 0.73% | - |
| HSV(B) | 261.86º | 0.55% | 1% | - |
| XYZ | 39.91 | 27.59 | 97.83 | - |
| YUV | 146.21 | 189.4 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 255 | 0.35 | 0.55 | 0 | 0 | 261.86 | 1 | 0.73 |
| Hex | A6 | 73 | FF | 23 | 37 | 0 | 0 | 106 | 64 | 49 |
| Octal | 246 | 163 | 377 | 43 | 67 | 0 | 0 | 406 | 144 | 111 |
| Binary | 10100110 | 1110011 | 11111111 | 100011 | 110111 | 0 | 0 | 100000110 | 1100100 | 1001001 |
Color Harmonies of #A673FF
Complementary color
Monochromatic Colors of #A673FF
Black with #A673FF
Text Example
Text Example
White with #A673FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A673FF; }
p { color: rgb(166,115,255); }
H1.HeaderClassName
{
color: #A673FF;
}
.AnyTagClassName
{
color: #A673FF;
}
</style>
background-color css
<style>
a { background-color: #A673FF; }
a { background-color: rgb(166,115,255); }
div.DivClassName
{
background-color: #A673FF;
}
.BgClassName
{
background-color: #A673FF;
}
</style>
border-color css
<style>
span { border-color: #A673FF; }
span { border-color: rgb(166,115,255); }
td.TdClassName
{
border-color: #A673FF;
}
.TagClassName
{
border-color: #A673FF;
}
</style>