Shades of Light Slate Blue #A27CFF
Tints of Light Slate Blue #A27CFF
RGB
CMYK
RGB Variations
Color information
#A27CFF (or 0xA27CFF) is known color: Light Slate Blue. HEX triplet: A2, 7C and FF. RGB value is (162,124,255). Sum of RGB (Red+Green+Blue) = 162+124+255=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #A27CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CFF is #5D8300. Grayscale: #959595. Windows color (decimal): -6128385 or 16743586. OLE color: 16743586.
HSL color Cylindrical-coordinate representation of color #A27CFF: hue angle of 257.4º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27CFF is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 124 | 255 | - |
| CMYK | 0.36 | 0.51 | 0 | 0 |
| HSL | 257.4º | 1% | 0.74% | - |
| HSV(B) | 257.4º | 0.51% | 1% | - |
| XYZ | 40.16 | 29.32 | 98.15 | - |
| YUV | 150.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 255 | 0.36 | 0.51 | 0 | 0 | 257.4 | 1 | 0.74 |
| Hex | A2 | 7C | FF | 24 | 33 | 0 | 0 | 101 | 64 | 4A |
| Octal | 242 | 174 | 377 | 44 | 63 | 0 | 0 | 401 | 144 | 112 |
| Binary | 10100010 | 1111100 | 11111111 | 100100 | 110011 | 0 | 0 | 100000001 | 1100100 | 1001010 |
Color Harmonies of #A27CFF
Complementary color
Monochromatic Colors of #A27CFF
Black with #A27CFF
Text Example
Text Example
White with #A27CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CFF; }
p { color: rgb(162,124,255); }
H1.HeaderClassName
{
color: #A27CFF;
}
.AnyTagClassName
{
color: #A27CFF;
}
</style>
background-color css
<style>
a { background-color: #A27CFF; }
a { background-color: rgb(162,124,255); }
div.DivClassName
{
background-color: #A27CFF;
}
.BgClassName
{
background-color: #A27CFF;
}
</style>
border-color css
<style>
span { border-color: #A27CFF; }
span { border-color: rgb(162,124,255); }
td.TdClassName
{
border-color: #A27CFF;
}
.TagClassName
{
border-color: #A27CFF;
}
</style>