Shades of Light Slate Blue #A387FF
Tints of Light Slate Blue #A387FF
RGB
CMYK
RGB Variations
Color information
#A387FF (or 0xA387FF) is known color: Light Slate Blue. HEX triplet: A3, 87 and FF. RGB value is (163,135,255). Sum of RGB (Red+Green+Blue) = 163+135+255=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #A387FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A387FF is #5C7800. Grayscale: #9C9C9C. Windows color (decimal): -6060033 or 16746403. OLE color: 16746403.
HSL color Cylindrical-coordinate representation of color #A387FF: hue angle of 254º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A387FF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 135 | 255 | - |
| CMYK | 0.36 | 0.47 | 0 | 0 |
| HSL | 254º | 1% | 0.76% | - |
| HSV(B) | 254º | 0.47% | 1% | - |
| XYZ | 41.82 | 32.33 | 98.64 | - |
| YUV | 157.05 | 183.28 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 255 | 0.36 | 0.47 | 0 | 0 | 254 | 1 | 0.76 |
| Hex | A3 | 87 | FF | 24 | 2F | 0 | 0 | FE | 64 | 4C |
| Octal | 243 | 207 | 377 | 44 | 57 | 0 | 0 | 376 | 144 | 114 |
| Binary | 10100011 | 10000111 | 11111111 | 100100 | 101111 | 0 | 0 | 11111110 | 1100100 | 1001100 |
Color Harmonies of #A387FF
Complementary color
Monochromatic Colors of #A387FF
Black with #A387FF
Text Example
Text Example
White with #A387FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A387FF; }
p { color: rgb(163,135,255); }
H1.HeaderClassName
{
color: #A387FF;
}
.AnyTagClassName
{
color: #A387FF;
}
</style>
background-color css
<style>
a { background-color: #A387FF; }
a { background-color: rgb(163,135,255); }
div.DivClassName
{
background-color: #A387FF;
}
.BgClassName
{
background-color: #A387FF;
}
</style>
border-color css
<style>
span { border-color: #A387FF; }
span { border-color: rgb(163,135,255); }
td.TdClassName
{
border-color: #A387FF;
}
.TagClassName
{
border-color: #A387FF;
}
</style>