Shades of Light Slate Blue #A194FC
Tints of Light Slate Blue #A194FC
RGB
CMYK
RGB Variations
Color information
#A194FC (or 0xA194FC) is known color: Light Slate Blue. HEX triplet: A1, 94 and FC. RGB value is (161,148,252). Sum of RGB (Red+Green+Blue) = 161+148+252=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #A194FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194FC is #5E6B03. Grayscale: #A3A3A3. Windows color (decimal): -6187780 or 16553121. OLE color: 16553121.
HSL color Cylindrical-coordinate representation of color #A194FC: hue angle of 247.5º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A194FC is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 148 | 252 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.01 |
| HSL | 247.5º | 0.95% | 0.78% | - |
| HSV(B) | 247.5º | 0.41% | 0.99% | - |
| XYZ | 42.86 | 35.79 | 96.74 | - |
| YUV | 163.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 252 | 0.36 | 0.41 | 0 | 0.01 | 247.5 | 0.95 | 0.78 |
| Hex | A1 | 94 | FC | 24 | 29 | 0 | 1 | F8 | 5F | 4E |
| Octal | 241 | 224 | 374 | 44 | 51 | 0 | 1 | 370 | 137 | 116 |
| Binary | 10100001 | 10010100 | 11111100 | 100100 | 101001 | 0 | 1 | 11111000 | 1011111 | 1001110 |
Color Harmonies of #A194FC
Complementary color
Monochromatic Colors of #A194FC
Black with #A194FC
Text Example
Text Example
White with #A194FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194FC; }
p { color: rgb(161,148,252); }
H1.HeaderClassName
{
color: #A194FC;
}
.AnyTagClassName
{
color: #A194FC;
}
</style>
background-color css
<style>
a { background-color: #A194FC; }
a { background-color: rgb(161,148,252); }
div.DivClassName
{
background-color: #A194FC;
}
.BgClassName
{
background-color: #A194FC;
}
</style>
border-color css
<style>
span { border-color: #A194FC; }
span { border-color: rgb(161,148,252); }
td.TdClassName
{
border-color: #A194FC;
}
.TagClassName
{
border-color: #A194FC;
}
</style>