Shades of Light Slate Blue #A384F9
Tints of Light Slate Blue #A384F9
RGB
CMYK
RGB Variations
Color information
#A384F9 (or 0xA384F9) is known color: Light Slate Blue. HEX triplet: A3, 84 and F9. RGB value is (163,132,249). Sum of RGB (Red+Green+Blue) = 163+132+249=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #A384F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384F9 is #5C7B06. Grayscale: #9A9A9A. Windows color (decimal): -6060807 or 16352419. OLE color: 16352419.
HSL color Cylindrical-coordinate representation of color #A384F9: hue angle of 255.9º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A384F9 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 132 | 249 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.02 |
| HSL | 255.9º | 0.91% | 0.75% | - |
| HSV(B) | 255.9º | 0.47% | 0.98% | - |
| XYZ | 40.45 | 31.13 | 93.5 | - |
| YUV | 154.61 | 181.27 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 249 | 0.35 | 0.47 | 0 | 0.02 | 255.9 | 0.91 | 0.75 |
| Hex | A3 | 84 | F9 | 23 | 2F | 0 | 2 | 100 | 5B | 4B |
| Octal | 243 | 204 | 371 | 43 | 57 | 0 | 2 | 400 | 133 | 113 |
| Binary | 10100011 | 10000100 | 11111001 | 100011 | 101111 | 0 | 10 | 100000000 | 1011011 | 1001011 |
Color Harmonies of #A384F9
Complementary color
Monochromatic Colors of #A384F9
Black with #A384F9
Text Example
Text Example
White with #A384F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384F9; }
p { color: rgb(163,132,249); }
H1.HeaderClassName
{
color: #A384F9;
}
.AnyTagClassName
{
color: #A384F9;
}
</style>
background-color css
<style>
a { background-color: #A384F9; }
a { background-color: rgb(163,132,249); }
div.DivClassName
{
background-color: #A384F9;
}
.BgClassName
{
background-color: #A384F9;
}
</style>
border-color css
<style>
span { border-color: #A384F9; }
span { border-color: rgb(163,132,249); }
td.TdClassName
{
border-color: #A384F9;
}
.TagClassName
{
border-color: #A384F9;
}
</style>