Shades of Light Slate Blue #A390FF
Tints of Light Slate Blue #A390FF
RGB
CMYK
RGB Variations
Color information
#A390FF (or 0xA390FF) is known color: Light Slate Blue. HEX triplet: A3, 90 and FF. RGB value is (163,144,255). Sum of RGB (Red+Green+Blue) = 163+144+255=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 144 (56.64% from 255 or 25.62% 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 #A390FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390FF is #5C6F00. Grayscale: #A1A1A1. Windows color (decimal): -6057729 or 16748707. OLE color: 16748707.
HSL color Cylindrical-coordinate representation of color #A390FF: hue angle of 250.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A390FF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 144 | 255 | - |
| CMYK | 0.36 | 0.44 | 0 | 0 |
| HSL | 250.27º | 1% | 0.78% | - |
| HSV(B) | 250.27º | 0.44% | 1% | - |
| XYZ | 43.13 | 34.95 | 99.08 | - |
| YUV | 162.34 | 180.29 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 255 | 0.36 | 0.44 | 0 | 0 | 250.27 | 1 | 0.78 |
| Hex | A3 | 90 | FF | 24 | 2C | 0 | 0 | FA | 64 | 4E |
| Octal | 243 | 220 | 377 | 44 | 54 | 0 | 0 | 372 | 144 | 116 |
| Binary | 10100011 | 10010000 | 11111111 | 100100 | 101100 | 0 | 0 | 11111010 | 1100100 | 1001110 |
Color Harmonies of #A390FF
Complementary color
Monochromatic Colors of #A390FF
Black with #A390FF
Text Example
Text Example
White with #A390FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A390FF; }
p { color: rgb(163,144,255); }
H1.HeaderClassName
{
color: #A390FF;
}
.AnyTagClassName
{
color: #A390FF;
}
</style>
background-color css
<style>
a { background-color: #A390FF; }
a { background-color: rgb(163,144,255); }
div.DivClassName
{
background-color: #A390FF;
}
.BgClassName
{
background-color: #A390FF;
}
</style>
border-color css
<style>
span { border-color: #A390FF; }
span { border-color: rgb(163,144,255); }
td.TdClassName
{
border-color: #A390FF;
}
.TagClassName
{
border-color: #A390FF;
}
</style>