Shades of Light Slate Blue #A384FC
Tints of Light Slate Blue #A384FC
RGB
CMYK
RGB Variations
Color information
#A384FC (or 0xA384FC) is known color: Light Slate Blue. HEX triplet: A3, 84 and FC. RGB value is (163,132,252). Sum of RGB (Red+Green+Blue) = 163+132+252=547 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.80% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #A384FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384FC is #5C7B03. Grayscale: #9A9A9A. Windows color (decimal): -6060804 or 16549027. OLE color: 16549027.
HSL color Cylindrical-coordinate representation of color #A384FC: hue angle of 255.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A384FC is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 132 | 252 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.01 |
| HSL | 255.5º | 0.95% | 0.75% | - |
| HSV(B) | 255.5º | 0.48% | 0.99% | - |
| XYZ | 40.93 | 31.32 | 95.98 | - |
| YUV | 154.95 | 182.77 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 252 | 0.35 | 0.48 | 0 | 0.01 | 255.5 | 0.95 | 0.75 |
| Hex | A3 | 84 | FC | 23 | 30 | 0 | 1 | 100 | 5F | 4B |
| Octal | 243 | 204 | 374 | 43 | 60 | 0 | 1 | 400 | 137 | 113 |
| Binary | 10100011 | 10000100 | 11111100 | 100011 | 110000 | 0 | 1 | 100000000 | 1011111 | 1001011 |
Color Harmonies of #A384FC
Complementary color
Monochromatic Colors of #A384FC
Black with #A384FC
Text Example
Text Example
White with #A384FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384FC; }
p { color: rgb(163,132,252); }
H1.HeaderClassName
{
color: #A384FC;
}
.AnyTagClassName
{
color: #A384FC;
}
</style>
background-color css
<style>
a { background-color: #A384FC; }
a { background-color: rgb(163,132,252); }
div.DivClassName
{
background-color: #A384FC;
}
.BgClassName
{
background-color: #A384FC;
}
</style>
border-color css
<style>
span { border-color: #A384FC; }
span { border-color: rgb(163,132,252); }
td.TdClassName
{
border-color: #A384FC;
}
.TagClassName
{
border-color: #A384FC;
}
</style>