Shades of Light Slate Blue #A394FF
Tints of Light Slate Blue #A394FF
RGB
CMYK
RGB Variations
Color information
#A394FF (or 0xA394FF) is known color: Light Slate Blue. HEX triplet: A3, 94 and FF. RGB value is (163,148,255). Sum of RGB (Red+Green+Blue) = 163+148+255=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #A394FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A394FF is #5C6B00. Grayscale: #A4A4A4. Windows color (decimal): -6056705 or 16749731. OLE color: 16749731.
HSL color Cylindrical-coordinate representation of color #A394FF: hue angle of 248.41º 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 #A394FF is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 148 | 255 | - |
| CMYK | 0.36 | 0.42 | 0 | 0 |
| HSL | 248.41º | 1% | 0.79% | - |
| HSV(B) | 248.41º | 0.42% | 1% | - |
| XYZ | 43.74 | 36.19 | 99.29 | - |
| YUV | 164.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 255 | 0.36 | 0.42 | 0 | 0 | 248.41 | 1 | 0.79 |
| Hex | A3 | 94 | FF | 24 | 2A | 0 | 0 | F8 | 64 | 4F |
| Octal | 243 | 224 | 377 | 44 | 52 | 0 | 0 | 370 | 144 | 117 |
| Binary | 10100011 | 10010100 | 11111111 | 100100 | 101010 | 0 | 0 | 11111000 | 1100100 | 1001111 |
Color Harmonies of #A394FF
Complementary color
Monochromatic Colors of #A394FF
Black with #A394FF
Text Example
Text Example
White with #A394FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A394FF; }
p { color: rgb(163,148,255); }
H1.HeaderClassName
{
color: #A394FF;
}
.AnyTagClassName
{
color: #A394FF;
}
</style>
background-color css
<style>
a { background-color: #A394FF; }
a { background-color: rgb(163,148,255); }
div.DivClassName
{
background-color: #A394FF;
}
.BgClassName
{
background-color: #A394FF;
}
</style>
border-color css
<style>
span { border-color: #A394FF; }
span { border-color: rgb(163,148,255); }
td.TdClassName
{
border-color: #A394FF;
}
.TagClassName
{
border-color: #A394FF;
}
</style>