Shades of Light Slate Blue #A384FA
Tints of Light Slate Blue #A384FA
RGB
CMYK
RGB Variations
Color information
#A384FA (or 0xA384FA) is known color: Light Slate Blue. HEX triplet: A3, 84 and FA. RGB value is (163,132,250). Sum of RGB (Red+Green+Blue) = 163+132+250=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #A384FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384FA is #5C7B05. Grayscale: #9A9A9A. Windows color (decimal): -6060806 or 16417955. OLE color: 16417955.
HSL color Cylindrical-coordinate representation of color #A384FA: hue angle of 255.76º degrees, saturation: 0.92, 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 #A384FA is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 132 | 250 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.02 |
| HSL | 255.76º | 0.92% | 0.75% | - |
| HSV(B) | 255.76º | 0.47% | 0.98% | - |
| XYZ | 40.61 | 31.19 | 94.32 | - |
| YUV | 154.72 | 181.77 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 250 | 0.35 | 0.47 | 0 | 0.02 | 255.76 | 0.92 | 0.75 |
| Hex | A3 | 84 | FA | 23 | 2F | 0 | 2 | 100 | 5C | 4B |
| Octal | 243 | 204 | 372 | 43 | 57 | 0 | 2 | 400 | 134 | 113 |
| Binary | 10100011 | 10000100 | 11111010 | 100011 | 101111 | 0 | 10 | 100000000 | 1011100 | 1001011 |
Color Harmonies of #A384FA
Complementary color
Monochromatic Colors of #A384FA
Black with #A384FA
Text Example
Text Example
White with #A384FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384FA; }
p { color: rgb(163,132,250); }
H1.HeaderClassName
{
color: #A384FA;
}
.AnyTagClassName
{
color: #A384FA;
}
</style>
background-color css
<style>
a { background-color: #A384FA; }
a { background-color: rgb(163,132,250); }
div.DivClassName
{
background-color: #A384FA;
}
.BgClassName
{
background-color: #A384FA;
}
</style>
border-color css
<style>
span { border-color: #A384FA; }
span { border-color: rgb(163,132,250); }
td.TdClassName
{
border-color: #A384FA;
}
.TagClassName
{
border-color: #A384FA;
}
</style>