Shades of Light Slate Blue #A192FF
Tints of Light Slate Blue #A192FF
RGB
CMYK
RGB Variations
Color information
#A192FF (or 0xA192FF) is known color: Light Slate Blue. HEX triplet: A1, 92 and FF. RGB value is (161,146,255). Sum of RGB (Red+Green+Blue) = 161+146+255=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #A192FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A192FF is #5E6D00. Grayscale: #A2A2A2. Windows color (decimal): -6188289 or 16749217. OLE color: 16749217.
HSL color Cylindrical-coordinate representation of color #A192FF: hue angle of 248.26º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A192FF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 146 | 255 | - |
| CMYK | 0.37 | 0.43 | 0 | 0 |
| HSL | 248.26º | 1% | 0.79% | - |
| HSV(B) | 248.26º | 0.43% | 1% | - |
| XYZ | 43.03 | 35.35 | 99.16 | - |
| YUV | 162.91 | 179.97 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 255 | 0.37 | 0.43 | 0 | 0 | 248.26 | 1 | 0.79 |
| Hex | A1 | 92 | FF | 25 | 2B | 0 | 0 | F8 | 64 | 4F |
| Octal | 241 | 222 | 377 | 45 | 53 | 0 | 0 | 370 | 144 | 117 |
| Binary | 10100001 | 10010010 | 11111111 | 100101 | 101011 | 0 | 0 | 11111000 | 1100100 | 1001111 |
Color Harmonies of #A192FF
Complementary color
Monochromatic Colors of #A192FF
Black with #A192FF
Text Example
Text Example
White with #A192FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192FF; }
p { color: rgb(161,146,255); }
H1.HeaderClassName
{
color: #A192FF;
}
.AnyTagClassName
{
color: #A192FF;
}
</style>
background-color css
<style>
a { background-color: #A192FF; }
a { background-color: rgb(161,146,255); }
div.DivClassName
{
background-color: #A192FF;
}
.BgClassName
{
background-color: #A192FF;
}
</style>
border-color css
<style>
span { border-color: #A192FF; }
span { border-color: rgb(161,146,255); }
td.TdClassName
{
border-color: #A192FF;
}
.TagClassName
{
border-color: #A192FF;
}
</style>