Shades of Light Slate Blue #A37CFD
Tints of Light Slate Blue #A37CFD
RGB
CMYK
RGB Variations
Color information
#A37CFD (or 0xA37CFD) is known color: Light Slate Blue. HEX triplet: A3, 7C and FD. RGB value is (163,124,253). Sum of RGB (Red+Green+Blue) = 163+124+253=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #A37CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37CFD is #5C8302. Grayscale: #959595. Windows color (decimal): -6062851 or 16612515. OLE color: 16612515.
HSL color Cylindrical-coordinate representation of color #A37CFD: hue angle of 258.14º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A37CFD is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 124 | 253 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.01 |
| HSL | 258.14º | 0.97% | 0.74% | - |
| HSV(B) | 258.14º | 0.51% | 0.99% | - |
| XYZ | 40.04 | 29.29 | 96.47 | - |
| YUV | 150.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 253 | 0.36 | 0.51 | 0 | 0.01 | 258.14 | 0.97 | 0.74 |
| Hex | A3 | 7C | FD | 24 | 33 | 0 | 1 | 102 | 61 | 4A |
| Octal | 243 | 174 | 375 | 44 | 63 | 0 | 1 | 402 | 141 | 112 |
| Binary | 10100011 | 1111100 | 11111101 | 100100 | 110011 | 0 | 1 | 100000010 | 1100001 | 1001010 |
Color Harmonies of #A37CFD
Complementary color
Monochromatic Colors of #A37CFD
Black with #A37CFD
Text Example
Text Example
White with #A37CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CFD; }
p { color: rgb(163,124,253); }
H1.HeaderClassName
{
color: #A37CFD;
}
.AnyTagClassName
{
color: #A37CFD;
}
</style>
background-color css
<style>
a { background-color: #A37CFD; }
a { background-color: rgb(163,124,253); }
div.DivClassName
{
background-color: #A37CFD;
}
.BgClassName
{
background-color: #A37CFD;
}
</style>
border-color css
<style>
span { border-color: #A37CFD; }
span { border-color: rgb(163,124,253); }
td.TdClassName
{
border-color: #A37CFD;
}
.TagClassName
{
border-color: #A37CFD;
}
</style>