Shades of Light Slate Blue #A361FF
Tints of Light Slate Blue #A361FF
RGB
CMYK
RGB Variations
Color information
#A361FF (or 0xA361FF) is known color: Light Slate Blue. HEX triplet: A3, 61 and FF. RGB value is (163,97,255). Sum of RGB (Red+Green+Blue) = 163+97+255=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #A361FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A361FF is #5C9E00. Grayscale: #868686. Windows color (decimal): -6069761 or 16736675. OLE color: 16736675.
HSL color Cylindrical-coordinate representation of color #A361FF: hue angle of 265.06º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A361FF is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 97 | 255 | - |
| CMYK | 0.36 | 0.62 | 0 | 0 |
| HSL | 265.06º | 1% | 0.69% | - |
| HSV(B) | 265.06º | 0.62% | 1% | - |
| XYZ | 37.43 | 23.56 | 97.18 | - |
| YUV | 134.75 | 195.87 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 255 | 0.36 | 0.62 | 0 | 0 | 265.06 | 1 | 0.69 |
| Hex | A3 | 61 | FF | 24 | 3E | 0 | 0 | 109 | 64 | 45 |
| Octal | 243 | 141 | 377 | 44 | 76 | 0 | 0 | 411 | 144 | 105 |
| Binary | 10100011 | 1100001 | 11111111 | 100100 | 111110 | 0 | 0 | 100001001 | 1100100 | 1000101 |
Color Harmonies of #A361FF
Complementary color
Monochromatic Colors of #A361FF
Black with #A361FF
Text Example
Text Example
White with #A361FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A361FF; }
p { color: rgb(163,97,255); }
H1.HeaderClassName
{
color: #A361FF;
}
.AnyTagClassName
{
color: #A361FF;
}
</style>
background-color css
<style>
a { background-color: #A361FF; }
a { background-color: rgb(163,97,255); }
div.DivClassName
{
background-color: #A361FF;
}
.BgClassName
{
background-color: #A361FF;
}
</style>
border-color css
<style>
span { border-color: #A361FF; }
span { border-color: rgb(163,97,255); }
td.TdClassName
{
border-color: #A361FF;
}
.TagClassName
{
border-color: #A361FF;
}
</style>