Shades of Light Slate Blue #A193FF
Tints of Light Slate Blue #A193FF
RGB
CMYK
RGB Variations
Color information
#A193FF (or 0xA193FF) is known color: Light Slate Blue. HEX triplet: A1, 93 and FF. RGB value is (161,147,255). Sum of RGB (Red+Green+Blue) = 161+147+255=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #A193FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193FF is #5E6C00. Grayscale: #A3A3A3. Windows color (decimal): -6188033 or 16749473. OLE color: 16749473.
HSL color Cylindrical-coordinate representation of color #A193FF: hue angle of 247.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A193FF is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 147 | 255 | - |
| CMYK | 0.37 | 0.42 | 0 | 0 |
| HSL | 247.78º | 1% | 0.79% | - |
| HSV(B) | 247.78º | 0.42% | 1% | - |
| XYZ | 43.18 | 35.66 | 99.22 | - |
| YUV | 163.5 | 179.64 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 255 | 0.37 | 0.42 | 0 | 0 | 247.78 | 1 | 0.79 |
| Hex | A1 | 93 | FF | 25 | 2A | 0 | 0 | F8 | 64 | 4F |
| Octal | 241 | 223 | 377 | 45 | 52 | 0 | 0 | 370 | 144 | 117 |
| Binary | 10100001 | 10010011 | 11111111 | 100101 | 101010 | 0 | 0 | 11111000 | 1100100 | 1001111 |
Color Harmonies of #A193FF
Complementary color
Monochromatic Colors of #A193FF
Black with #A193FF
Text Example
Text Example
White with #A193FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193FF; }
p { color: rgb(161,147,255); }
H1.HeaderClassName
{
color: #A193FF;
}
.AnyTagClassName
{
color: #A193FF;
}
</style>
background-color css
<style>
a { background-color: #A193FF; }
a { background-color: rgb(161,147,255); }
div.DivClassName
{
background-color: #A193FF;
}
.BgClassName
{
background-color: #A193FF;
}
</style>
border-color css
<style>
span { border-color: #A193FF; }
span { border-color: rgb(161,147,255); }
td.TdClassName
{
border-color: #A193FF;
}
.TagClassName
{
border-color: #A193FF;
}
</style>