Shades of Light Slate Blue #A37FFF
Tints of Light Slate Blue #A37FFF
RGB
CMYK
RGB Variations
Color information
#A37FFF (or 0xA37FFF) is known color: Light Slate Blue. HEX triplet: A3, 7F and FF. RGB value is (163,127,255). Sum of RGB (Red+Green+Blue) = 163+127+255=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #A37FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37FFF is #5C8000. Grayscale: #979797. Windows color (decimal): -6062081 or 16744355. OLE color: 16744355.
HSL color Cylindrical-coordinate representation of color #A37FFF: hue angle of 256.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A37FFF is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 127 | 255 | - |
| CMYK | 0.36 | 0.50 | 0 | 0 |
| HSL | 256.88º | 1% | 0.75% | - |
| HSV(B) | 256.88º | 0.5% | 1% | - |
| XYZ | 40.74 | 30.19 | 98.29 | - |
| YUV | 152.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 255 | 0.36 | 0.50 | 0 | 0 | 256.88 | 1 | 0.75 |
| Hex | A3 | 7F | FF | 24 | 32 | 0 | 0 | 101 | 64 | 4B |
| Octal | 243 | 177 | 377 | 44 | 62 | 0 | 0 | 401 | 144 | 113 |
| Binary | 10100011 | 1111111 | 11111111 | 100100 | 110010 | 0 | 0 | 100000001 | 1100100 | 1001011 |
Color Harmonies of #A37FFF
Complementary color
Monochromatic Colors of #A37FFF
Black with #A37FFF
Text Example
Text Example
White with #A37FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FFF; }
p { color: rgb(163,127,255); }
H1.HeaderClassName
{
color: #A37FFF;
}
.AnyTagClassName
{
color: #A37FFF;
}
</style>
background-color css
<style>
a { background-color: #A37FFF; }
a { background-color: rgb(163,127,255); }
div.DivClassName
{
background-color: #A37FFF;
}
.BgClassName
{
background-color: #A37FFF;
}
</style>
border-color css
<style>
span { border-color: #A37FFF; }
span { border-color: rgb(163,127,255); }
td.TdClassName
{
border-color: #A37FFF;
}
.TagClassName
{
border-color: #A37FFF;
}
</style>