Shades of Light Slate Blue #A27EFF
Tints of Light Slate Blue #A27EFF
RGB
CMYK
RGB Variations
Color information
#A27EFF (or 0xA27EFF) is known color: Light Slate Blue. HEX triplet: A2, 7E and FF. RGB value is (162,126,255). Sum of RGB (Red+Green+Blue) = 162+126+255=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #A27EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EFF is #5D8100. Grayscale: #969696. Windows color (decimal): -6127873 or 16744098. OLE color: 16744098.
HSL color Cylindrical-coordinate representation of color #A27EFF: hue angle of 256.74º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27EFF is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 126 | 255 | - |
| CMYK | 0.36 | 0.51 | 0 | 0 |
| HSL | 256.74º | 1% | 0.75% | - |
| HSV(B) | 256.74º | 0.51% | 1% | - |
| XYZ | 40.41 | 29.82 | 98.23 | - |
| YUV | 151.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 255 | 0.36 | 0.51 | 0 | 0 | 256.74 | 1 | 0.75 |
| Hex | A2 | 7E | FF | 24 | 33 | 0 | 0 | 101 | 64 | 4B |
| Octal | 242 | 176 | 377 | 44 | 63 | 0 | 0 | 401 | 144 | 113 |
| Binary | 10100010 | 1111110 | 11111111 | 100100 | 110011 | 0 | 0 | 100000001 | 1100100 | 1001011 |
Color Harmonies of #A27EFF
Complementary color
Monochromatic Colors of #A27EFF
Black with #A27EFF
Text Example
Text Example
White with #A27EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EFF; }
p { color: rgb(162,126,255); }
H1.HeaderClassName
{
color: #A27EFF;
}
.AnyTagClassName
{
color: #A27EFF;
}
</style>
background-color css
<style>
a { background-color: #A27EFF; }
a { background-color: rgb(162,126,255); }
div.DivClassName
{
background-color: #A27EFF;
}
.BgClassName
{
background-color: #A27EFF;
}
</style>
border-color css
<style>
span { border-color: #A27EFF; }
span { border-color: rgb(162,126,255); }
td.TdClassName
{
border-color: #A27EFF;
}
.TagClassName
{
border-color: #A27EFF;
}
</style>