Shades of Light Slate Blue #A294FF
Tints of Light Slate Blue #A294FF
RGB
CMYK
RGB Variations
Color information
#A294FF (or 0xA294FF) is known color: Light Slate Blue. HEX triplet: A2, 94 and FF. RGB value is (162,148,255). Sum of RGB (Red+Green+Blue) = 162+148+255=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #A294FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A294FF is #5D6B00. Grayscale: #A3A3A3. Windows color (decimal): -6122241 or 16749730. OLE color: 16749730.
HSL color Cylindrical-coordinate representation of color #A294FF: hue angle of 247.85º 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 #A294FF is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 148 | 255 | - |
| CMYK | 0.36 | 0.42 | 0 | 0 |
| HSL | 247.85º | 1% | 0.79% | - |
| HSV(B) | 247.85º | 0.42% | 1% | - |
| XYZ | 43.54 | 36.08 | 99.28 | - |
| YUV | 164.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 255 | 0.36 | 0.42 | 0 | 0 | 247.85 | 1 | 0.79 |
| Hex | A2 | 94 | FF | 24 | 2A | 0 | 0 | F8 | 64 | 4F |
| Octal | 242 | 224 | 377 | 44 | 52 | 0 | 0 | 370 | 144 | 117 |
| Binary | 10100010 | 10010100 | 11111111 | 100100 | 101010 | 0 | 0 | 11111000 | 1100100 | 1001111 |
Color Harmonies of #A294FF
Complementary color
Monochromatic Colors of #A294FF
Black with #A294FF
Text Example
Text Example
White with #A294FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A294FF; }
p { color: rgb(162,148,255); }
H1.HeaderClassName
{
color: #A294FF;
}
.AnyTagClassName
{
color: #A294FF;
}
</style>
background-color css
<style>
a { background-color: #A294FF; }
a { background-color: rgb(162,148,255); }
div.DivClassName
{
background-color: #A294FF;
}
.BgClassName
{
background-color: #A294FF;
}
</style>
border-color css
<style>
span { border-color: #A294FF; }
span { border-color: rgb(162,148,255); }
td.TdClassName
{
border-color: #A294FF;
}
.TagClassName
{
border-color: #A294FF;
}
</style>