Shades of Light Slate Blue #A37EFE
Tints of Light Slate Blue #A37EFE
RGB
CMYK
RGB Variations
Color information
#A37EFE (or 0xA37EFE) is known color: Light Slate Blue. HEX triplet: A3, 7E and FE. RGB value is (163,126,254). Sum of RGB (Red+Green+Blue) = 163+126+254=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #A37EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37EFE is #5C8101. Grayscale: #979797. Windows color (decimal): -6062338 or 16678563. OLE color: 16678563.
HSL color Cylindrical-coordinate representation of color #A37EFE: hue angle of 257.34º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A37EFE is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 126 | 254 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.00 |
| HSL | 257.34º | 0.98% | 0.75% | - |
| HSV(B) | 257.34º | 0.5% | 1% | - |
| XYZ | 40.45 | 29.86 | 97.4 | - |
| YUV | 151.66 | 185.76 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 254 | 0.36 | 0.50 | 0 | 0.00 | 257.34 | 0.98 | 0.75 |
| Hex | A3 | 7E | FE | 24 | 32 | 0 | 0 | 101 | 62 | 4B |
| Octal | 243 | 176 | 376 | 44 | 62 | 0 | 0 | 401 | 142 | 113 |
| Binary | 10100011 | 1111110 | 11111110 | 100100 | 110010 | 0 | 0 | 100000001 | 1100010 | 1001011 |
Color Harmonies of #A37EFE
Complementary color
Monochromatic Colors of #A37EFE
Black with #A37EFE
Text Example
Text Example
White with #A37EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EFE; }
p { color: rgb(163,126,254); }
H1.HeaderClassName
{
color: #A37EFE;
}
.AnyTagClassName
{
color: #A37EFE;
}
</style>
background-color css
<style>
a { background-color: #A37EFE; }
a { background-color: rgb(163,126,254); }
div.DivClassName
{
background-color: #A37EFE;
}
.BgClassName
{
background-color: #A37EFE;
}
</style>
border-color css
<style>
span { border-color: #A37EFE; }
span { border-color: rgb(163,126,254); }
td.TdClassName
{
border-color: #A37EFE;
}
.TagClassName
{
border-color: #A37EFE;
}
</style>