Shades of Light Slate Blue #A37FFD
Tints of Light Slate Blue #A37FFD
RGB
CMYK
RGB Variations
Color information
#A37FFD (or 0xA37FFD) is known color: Light Slate Blue. HEX triplet: A3, 7F and FD. RGB value is (163,127,253). Sum of RGB (Red+Green+Blue) = 163+127+253=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #A37FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37FFD is #5C8002. Grayscale: #979797. Windows color (decimal): -6062083 or 16613283. OLE color: 16613283.
HSL color Cylindrical-coordinate representation of color #A37FFD: hue angle of 257.14º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A37FFD is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 127 | 253 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.01 |
| HSL | 257.14º | 0.97% | 0.75% | - |
| HSV(B) | 257.14º | 0.5% | 0.99% | - |
| XYZ | 40.42 | 30.06 | 96.6 | - |
| YUV | 152.13 | 184.93 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 253 | 0.36 | 0.50 | 0 | 0.01 | 257.14 | 0.97 | 0.75 |
| Hex | A3 | 7F | FD | 24 | 32 | 0 | 1 | 101 | 61 | 4B |
| Octal | 243 | 177 | 375 | 44 | 62 | 0 | 1 | 401 | 141 | 113 |
| Binary | 10100011 | 1111111 | 11111101 | 100100 | 110010 | 0 | 1 | 100000001 | 1100001 | 1001011 |
Color Harmonies of #A37FFD
Complementary color
Monochromatic Colors of #A37FFD
Black with #A37FFD
Text Example
Text Example
White with #A37FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FFD; }
p { color: rgb(163,127,253); }
H1.HeaderClassName
{
color: #A37FFD;
}
.AnyTagClassName
{
color: #A37FFD;
}
</style>
background-color css
<style>
a { background-color: #A37FFD; }
a { background-color: rgb(163,127,253); }
div.DivClassName
{
background-color: #A37FFD;
}
.BgClassName
{
background-color: #A37FFD;
}
</style>
border-color css
<style>
span { border-color: #A37FFD; }
span { border-color: rgb(163,127,253); }
td.TdClassName
{
border-color: #A37FFD;
}
.TagClassName
{
border-color: #A37FFD;
}
</style>