Shades of Light Slate Blue #A37EFF
Tints of Light Slate Blue #A37EFF
RGB
CMYK
RGB Variations
Color information
#A37EFF (or 0xA37EFF) is known color: Light Slate Blue. HEX triplet: A3, 7E and FF. RGB value is (163,126,255). Sum of RGB (Red+Green+Blue) = 163+126+255=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #A37EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37EFF is #5C8100. Grayscale: #979797. Windows color (decimal): -6062337 or 16744099. OLE color: 16744099.
HSL color Cylindrical-coordinate representation of color #A37EFF: hue angle of 257.21º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A37EFF is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 126 | 255 | - |
| CMYK | 0.36 | 0.51 | 0 | 0 |
| HSL | 257.21º | 1% | 0.75% | - |
| HSV(B) | 257.21º | 0.51% | 1% | - |
| XYZ | 40.62 | 29.93 | 98.24 | - |
| YUV | 151.77 | 186.26 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 255 | 0.36 | 0.51 | 0 | 0 | 257.21 | 1 | 0.75 |
| Hex | A3 | 7E | FF | 24 | 33 | 0 | 0 | 101 | 64 | 4B |
| Octal | 243 | 176 | 377 | 44 | 63 | 0 | 0 | 401 | 144 | 113 |
| Binary | 10100011 | 1111110 | 11111111 | 100100 | 110011 | 0 | 0 | 100000001 | 1100100 | 1001011 |
Color Harmonies of #A37EFF
Complementary color
Monochromatic Colors of #A37EFF
Black with #A37EFF
Text Example
Text Example
White with #A37EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EFF; }
p { color: rgb(163,126,255); }
H1.HeaderClassName
{
color: #A37EFF;
}
.AnyTagClassName
{
color: #A37EFF;
}
</style>
background-color css
<style>
a { background-color: #A37EFF; }
a { background-color: rgb(163,126,255); }
div.DivClassName
{
background-color: #A37EFF;
}
.BgClassName
{
background-color: #A37EFF;
}
</style>
border-color css
<style>
span { border-color: #A37EFF; }
span { border-color: rgb(163,126,255); }
td.TdClassName
{
border-color: #A37EFF;
}
.TagClassName
{
border-color: #A37EFF;
}
</style>