Shades of Light Slate Blue #A384FE
Tints of Light Slate Blue #A384FE
RGB
CMYK
RGB Variations
Color information
#A384FE (or 0xA384FE) is known color: Light Slate Blue. HEX triplet: A3, 84 and FE. RGB value is (163,132,254). Sum of RGB (Red+Green+Blue) = 163+132+254=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #A384FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384FE is #5C7B01. Grayscale: #9A9A9A. Windows color (decimal): -6060802 or 16680099. OLE color: 16680099.
HSL color Cylindrical-coordinate representation of color #A384FE: hue angle of 255.25º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A384FE is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 132 | 254 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.00 |
| HSL | 255.25º | 0.98% | 0.76% | - |
| HSV(B) | 255.25º | 0.48% | 1% | - |
| XYZ | 41.24 | 31.44 | 97.66 | - |
| YUV | 155.18 | 183.77 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 254 | 0.36 | 0.48 | 0 | 0.00 | 255.25 | 0.98 | 0.76 |
| Hex | A3 | 84 | FE | 24 | 30 | 0 | 0 | FF | 62 | 4C |
| Octal | 243 | 204 | 376 | 44 | 60 | 0 | 0 | 377 | 142 | 114 |
| Binary | 10100011 | 10000100 | 11111110 | 100100 | 110000 | 0 | 0 | 11111111 | 1100010 | 1001100 |
Color Harmonies of #A384FE
Complementary color
Monochromatic Colors of #A384FE
Black with #A384FE
Text Example
Text Example
White with #A384FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384FE; }
p { color: rgb(163,132,254); }
H1.HeaderClassName
{
color: #A384FE;
}
.AnyTagClassName
{
color: #A384FE;
}
</style>
background-color css
<style>
a { background-color: #A384FE; }
a { background-color: rgb(163,132,254); }
div.DivClassName
{
background-color: #A384FE;
}
.BgClassName
{
background-color: #A384FE;
}
</style>
border-color css
<style>
span { border-color: #A384FE; }
span { border-color: rgb(163,132,254); }
td.TdClassName
{
border-color: #A384FE;
}
.TagClassName
{
border-color: #A384FE;
}
</style>