Shades of Light Slate Blue #A381FF
Tints of Light Slate Blue #A381FF
RGB
CMYK
RGB Variations
Color information
#A381FF (or 0xA381FF) is known color: Light Slate Blue. HEX triplet: A3, 81 and FF. RGB value is (163,129,255). Sum of RGB (Red+Green+Blue) = 163+129+255=547 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.80% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #A381FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A381FF is #5C7E00. Grayscale: #999999. Windows color (decimal): -6061569 or 16744867. OLE color: 16744867.
HSL color Cylindrical-coordinate representation of color #A381FF: hue angle of 256.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A381FF is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 129 | 255 | - |
| CMYK | 0.36 | 0.49 | 0 | 0 |
| HSL | 256.19º | 1% | 0.75% | - |
| HSV(B) | 256.19º | 0.49% | 1% | - |
| XYZ | 41 | 30.71 | 98.37 | - |
| YUV | 153.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 255 | 0.36 | 0.49 | 0 | 0 | 256.19 | 1 | 0.75 |
| Hex | A3 | 81 | FF | 24 | 31 | 0 | 0 | 100 | 64 | 4B |
| Octal | 243 | 201 | 377 | 44 | 61 | 0 | 0 | 400 | 144 | 113 |
| Binary | 10100011 | 10000001 | 11111111 | 100100 | 110001 | 0 | 0 | 100000000 | 1100100 | 1001011 |
Color Harmonies of #A381FF
Complementary color
Monochromatic Colors of #A381FF
Black with #A381FF
Text Example
Text Example
White with #A381FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381FF; }
p { color: rgb(163,129,255); }
H1.HeaderClassName
{
color: #A381FF;
}
.AnyTagClassName
{
color: #A381FF;
}
</style>
background-color css
<style>
a { background-color: #A381FF; }
a { background-color: rgb(163,129,255); }
div.DivClassName
{
background-color: #A381FF;
}
.BgClassName
{
background-color: #A381FF;
}
</style>
border-color css
<style>
span { border-color: #A381FF; }
span { border-color: rgb(163,129,255); }
td.TdClassName
{
border-color: #A381FF;
}
.TagClassName
{
border-color: #A381FF;
}
</style>