Shades of Light Slate Blue #A194FF
Tints of Light Slate Blue #A194FF
RGB
CMYK
RGB Variations
Color information
#A194FF (or 0xA194FF) is known color: Light Slate Blue. HEX triplet: A1, 94 and FF. RGB value is (161,148,255). Sum of RGB (Red+Green+Blue) = 161+148+255=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #A194FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194FF is #5E6B00. Grayscale: #A3A3A3. Windows color (decimal): -6187777 or 16749729. OLE color: 16749729.
HSL color Cylindrical-coordinate representation of color #A194FF: hue angle of 247.29º 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 #A194FF is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 148 | 255 | - |
| CMYK | 0.37 | 0.42 | 0 | 0 |
| HSL | 247.29º | 1% | 0.79% | - |
| HSV(B) | 247.29º | 0.42% | 1% | - |
| XYZ | 43.34 | 35.98 | 99.27 | - |
| YUV | 164.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 255 | 0.37 | 0.42 | 0 | 0 | 247.29 | 1 | 0.79 |
| Hex | A1 | 94 | FF | 25 | 2A | 0 | 0 | F7 | 64 | 4F |
| Octal | 241 | 224 | 377 | 45 | 52 | 0 | 0 | 367 | 144 | 117 |
| Binary | 10100001 | 10010100 | 11111111 | 100101 | 101010 | 0 | 0 | 11110111 | 1100100 | 1001111 |
Color Harmonies of #A194FF
Complementary color
Monochromatic Colors of #A194FF
Black with #A194FF
Text Example
Text Example
White with #A194FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194FF; }
p { color: rgb(161,148,255); }
H1.HeaderClassName
{
color: #A194FF;
}
.AnyTagClassName
{
color: #A194FF;
}
</style>
background-color css
<style>
a { background-color: #A194FF; }
a { background-color: rgb(161,148,255); }
div.DivClassName
{
background-color: #A194FF;
}
.BgClassName
{
background-color: #A194FF;
}
</style>
border-color css
<style>
span { border-color: #A194FF; }
span { border-color: rgb(161,148,255); }
td.TdClassName
{
border-color: #A194FF;
}
.TagClassName
{
border-color: #A194FF;
}
</style>