Shades of Light Slate Blue #A37EFA
Tints of Light Slate Blue #A37EFA
RGB
CMYK
RGB Variations
Color information
#A37EFA (or 0xA37EFA) is known color: Light Slate Blue. HEX triplet: A3, 7E and FA. RGB value is (163,126,250). Sum of RGB (Red+Green+Blue) = 163+126+250=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #A37EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37EFA is #5C8105. Grayscale: #969696. Windows color (decimal): -6062342 or 16416419. OLE color: 16416419.
HSL color Cylindrical-coordinate representation of color #A37EFA: hue angle of 257.9º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A37EFA is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 126 | 250 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.02 |
| HSL | 257.9º | 0.93% | 0.74% | - |
| HSV(B) | 257.9º | 0.5% | 0.98% | - |
| XYZ | 39.82 | 29.61 | 94.06 | - |
| YUV | 151.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 250 | 0.35 | 0.50 | 0 | 0.02 | 257.9 | 0.93 | 0.74 |
| Hex | A3 | 7E | FA | 23 | 32 | 0 | 2 | 102 | 5D | 4A |
| Octal | 243 | 176 | 372 | 43 | 62 | 0 | 2 | 402 | 135 | 112 |
| Binary | 10100011 | 1111110 | 11111010 | 100011 | 110010 | 0 | 10 | 100000010 | 1011101 | 1001010 |
Color Harmonies of #A37EFA
Complementary color
Monochromatic Colors of #A37EFA
Black with #A37EFA
Text Example
Text Example
White with #A37EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EFA; }
p { color: rgb(163,126,250); }
H1.HeaderClassName
{
color: #A37EFA;
}
.AnyTagClassName
{
color: #A37EFA;
}
</style>
background-color css
<style>
a { background-color: #A37EFA; }
a { background-color: rgb(163,126,250); }
div.DivClassName
{
background-color: #A37EFA;
}
.BgClassName
{
background-color: #A37EFA;
}
</style>
border-color css
<style>
span { border-color: #A37EFA; }
span { border-color: rgb(163,126,250); }
td.TdClassName
{
border-color: #A37EFA;
}
.TagClassName
{
border-color: #A37EFA;
}
</style>