Shades of Light Slate Blue #A388FF
Tints of Light Slate Blue #A388FF
RGB
CMYK
RGB Variations
Color information
#A388FF (or 0xA388FF) is known color: Light Slate Blue. HEX triplet: A3, 88 and FF. RGB value is (163,136,255). Sum of RGB (Red+Green+Blue) = 163+136+255=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #A388FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388FF is #5C7700. Grayscale: #9D9D9D. Windows color (decimal): -6059777 or 16746659. OLE color: 16746659.
HSL color Cylindrical-coordinate representation of color #A388FF: hue angle of 253.61º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A388FF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 136 | 255 | - |
| CMYK | 0.36 | 0.47 | 0 | 0 |
| HSL | 253.61º | 1% | 0.77% | - |
| HSV(B) | 253.61º | 0.47% | 1% | - |
| XYZ | 41.96 | 32.61 | 98.69 | - |
| YUV | 157.64 | 182.95 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 255 | 0.36 | 0.47 | 0 | 0 | 253.61 | 1 | 0.77 |
| Hex | A3 | 88 | FF | 24 | 2F | 0 | 0 | FE | 64 | 4D |
| Octal | 243 | 210 | 377 | 44 | 57 | 0 | 0 | 376 | 144 | 115 |
| Binary | 10100011 | 10001000 | 11111111 | 100100 | 101111 | 0 | 0 | 11111110 | 1100100 | 1001101 |
Color Harmonies of #A388FF
Complementary color
Monochromatic Colors of #A388FF
Black with #A388FF
Text Example
Text Example
White with #A388FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388FF; }
p { color: rgb(163,136,255); }
H1.HeaderClassName
{
color: #A388FF;
}
.AnyTagClassName
{
color: #A388FF;
}
</style>
background-color css
<style>
a { background-color: #A388FF; }
a { background-color: rgb(163,136,255); }
div.DivClassName
{
background-color: #A388FF;
}
.BgClassName
{
background-color: #A388FF;
}
</style>
border-color css
<style>
span { border-color: #A388FF; }
span { border-color: rgb(163,136,255); }
td.TdClassName
{
border-color: #A388FF;
}
.TagClassName
{
border-color: #A388FF;
}
</style>