Shades of Light Slate Blue #A384FF
Tints of Light Slate Blue #A384FF
RGB
CMYK
RGB Variations
Color information
#A384FF (or 0xA384FF) is known color: Light Slate Blue. HEX triplet: A3, 84 and FF. RGB value is (163,132,255). Sum of RGB (Red+Green+Blue) = 163+132+255=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #A384FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384FF is #5C7B00. Grayscale: #9A9A9A. Windows color (decimal): -6060801 or 16745635. OLE color: 16745635.
HSL color Cylindrical-coordinate representation of color #A384FF: hue angle of 255.12º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A384FF is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 132 | 255 | - |
| CMYK | 0.36 | 0.48 | 0 | 0 |
| HSL | 255.12º | 1% | 0.76% | - |
| HSV(B) | 255.12º | 0.48% | 1% | - |
| XYZ | 41.41 | 31.51 | 98.51 | - |
| YUV | 155.29 | 184.27 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 255 | 0.36 | 0.48 | 0 | 0 | 255.12 | 1 | 0.76 |
| Hex | A3 | 84 | FF | 24 | 30 | 0 | 0 | FF | 64 | 4C |
| Octal | 243 | 204 | 377 | 44 | 60 | 0 | 0 | 377 | 144 | 114 |
| Binary | 10100011 | 10000100 | 11111111 | 100100 | 110000 | 0 | 0 | 11111111 | 1100100 | 1001100 |
Color Harmonies of #A384FF
Complementary color
Monochromatic Colors of #A384FF
Black with #A384FF
Text Example
Text Example
White with #A384FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384FF; }
p { color: rgb(163,132,255); }
H1.HeaderClassName
{
color: #A384FF;
}
.AnyTagClassName
{
color: #A384FF;
}
</style>
background-color css
<style>
a { background-color: #A384FF; }
a { background-color: rgb(163,132,255); }
div.DivClassName
{
background-color: #A384FF;
}
.BgClassName
{
background-color: #A384FF;
}
</style>
border-color css
<style>
span { border-color: #A384FF; }
span { border-color: rgb(163,132,255); }
td.TdClassName
{
border-color: #A384FF;
}
.TagClassName
{
border-color: #A384FF;
}
</style>