Shades of Light Slate Blue #A27EFA
Tints of Light Slate Blue #A27EFA
RGB
CMYK
RGB Variations
Color information
#A27EFA (or 0xA27EFA) is known color: Light Slate Blue. HEX triplet: A2, 7E and FA. RGB value is (162,126,250). Sum of RGB (Red+Green+Blue) = 162+126+250=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #A27EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EFA is #5D8105. Grayscale: #969696. Windows color (decimal): -6127878 or 16416418. OLE color: 16416418.
HSL color Cylindrical-coordinate representation of color #A27EFA: hue angle of 257.42º 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 #A27EFA is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 126 | 250 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.02 |
| HSL | 257.42º | 0.93% | 0.74% | - |
| HSV(B) | 257.42º | 0.5% | 0.98% | - |
| XYZ | 39.62 | 29.51 | 94.05 | - |
| YUV | 150.9 | 183.93 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 250 | 0.35 | 0.50 | 0 | 0.02 | 257.42 | 0.93 | 0.74 |
| Hex | A2 | 7E | FA | 23 | 32 | 0 | 2 | 101 | 5D | 4A |
| Octal | 242 | 176 | 372 | 43 | 62 | 0 | 2 | 401 | 135 | 112 |
| Binary | 10100010 | 1111110 | 11111010 | 100011 | 110010 | 0 | 10 | 100000001 | 1011101 | 1001010 |
Color Harmonies of #A27EFA
Complementary color
Monochromatic Colors of #A27EFA
Black with #A27EFA
Text Example
Text Example
White with #A27EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EFA; }
p { color: rgb(162,126,250); }
H1.HeaderClassName
{
color: #A27EFA;
}
.AnyTagClassName
{
color: #A27EFA;
}
</style>
background-color css
<style>
a { background-color: #A27EFA; }
a { background-color: rgb(162,126,250); }
div.DivClassName
{
background-color: #A27EFA;
}
.BgClassName
{
background-color: #A27EFA;
}
</style>
border-color css
<style>
span { border-color: #A27EFA; }
span { border-color: rgb(162,126,250); }
td.TdClassName
{
border-color: #A27EFA;
}
.TagClassName
{
border-color: #A27EFA;
}
</style>