Shades of Light Slate Blue #A37CFB
Tints of Light Slate Blue #A37CFB
RGB
CMYK
RGB Variations
Color information
#A37CFB (or 0xA37CFB) is known color: Light Slate Blue. HEX triplet: A3, 7C and FB. RGB value is (163,124,251). Sum of RGB (Red+Green+Blue) = 163+124+251=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #A37CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37CFB is #5C8304. Grayscale: #959595. Windows color (decimal): -6062853 or 16481443. OLE color: 16481443.
HSL color Cylindrical-coordinate representation of color #A37CFB: hue angle of 258.43º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A37CFB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 124 | 251 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.02 |
| HSL | 258.43º | 0.94% | 0.74% | - |
| HSV(B) | 258.43º | 0.51% | 0.98% | - |
| XYZ | 39.72 | 29.17 | 94.8 | - |
| YUV | 150.14 | 184.92 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 251 | 0.35 | 0.51 | 0 | 0.02 | 258.43 | 0.94 | 0.74 |
| Hex | A3 | 7C | FB | 23 | 33 | 0 | 2 | 102 | 5E | 4A |
| Octal | 243 | 174 | 373 | 43 | 63 | 0 | 2 | 402 | 136 | 112 |
| Binary | 10100011 | 1111100 | 11111011 | 100011 | 110011 | 0 | 10 | 100000010 | 1011110 | 1001010 |
Color Harmonies of #A37CFB
Complementary color
Monochromatic Colors of #A37CFB
Black with #A37CFB
Text Example
Text Example
White with #A37CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CFB; }
p { color: rgb(163,124,251); }
H1.HeaderClassName
{
color: #A37CFB;
}
.AnyTagClassName
{
color: #A37CFB;
}
</style>
background-color css
<style>
a { background-color: #A37CFB; }
a { background-color: rgb(163,124,251); }
div.DivClassName
{
background-color: #A37CFB;
}
.BgClassName
{
background-color: #A37CFB;
}
</style>
border-color css
<style>
span { border-color: #A37CFB; }
span { border-color: rgb(163,124,251); }
td.TdClassName
{
border-color: #A37CFB;
}
.TagClassName
{
border-color: #A37CFB;
}
</style>