Shades of Light Slate Blue #A371FF
Tints of Light Slate Blue #A371FF
RGB
CMYK
RGB Variations
Color information
#A371FF (or 0xA371FF) is known color: Light Slate Blue. HEX triplet: A3, 71 and FF. RGB value is (163,113,255). Sum of RGB (Red+Green+Blue) = 163+113+255=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #A371FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A371FF is #5C8E00. Grayscale: #8F8F8F. Windows color (decimal): -6065665 or 16740771. OLE color: 16740771.
HSL color Cylindrical-coordinate representation of color #A371FF: hue angle of 261.13º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A371FF is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 113 | 255 | - |
| CMYK | 0.36 | 0.56 | 0 | 0 |
| HSL | 261.13º | 1% | 0.72% | - |
| HSV(B) | 261.13º | 0.56% | 1% | - |
| XYZ | 39.06 | 26.82 | 97.73 | - |
| YUV | 144.14 | 190.57 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 255 | 0.36 | 0.56 | 0 | 0 | 261.13 | 1 | 0.72 |
| Hex | A3 | 71 | FF | 24 | 38 | 0 | 0 | 105 | 64 | 48 |
| Octal | 243 | 161 | 377 | 44 | 70 | 0 | 0 | 405 | 144 | 110 |
| Binary | 10100011 | 1110001 | 11111111 | 100100 | 111000 | 0 | 0 | 100000101 | 1100100 | 1001000 |
Color Harmonies of #A371FF
Complementary color
Monochromatic Colors of #A371FF
Black with #A371FF
Text Example
Text Example
White with #A371FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A371FF; }
p { color: rgb(163,113,255); }
H1.HeaderClassName
{
color: #A371FF;
}
.AnyTagClassName
{
color: #A371FF;
}
</style>
background-color css
<style>
a { background-color: #A371FF; }
a { background-color: rgb(163,113,255); }
div.DivClassName
{
background-color: #A371FF;
}
.BgClassName
{
background-color: #A371FF;
}
</style>
border-color css
<style>
span { border-color: #A371FF; }
span { border-color: rgb(163,113,255); }
td.TdClassName
{
border-color: #A371FF;
}
.TagClassName
{
border-color: #A371FF;
}
</style>