Shades of Light Slate Blue #A27FFF
Tints of Light Slate Blue #A27FFF
RGB
CMYK
RGB Variations
Color information
#A27FFF (or 0xA27FFF) is known color: Light Slate Blue. HEX triplet: A2, 7F and FF. RGB value is (162,127,255). Sum of RGB (Red+Green+Blue) = 162+127+255=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #A27FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FFF is #5D8000. Grayscale: #979797. Windows color (decimal): -6127617 or 16744354. OLE color: 16744354.
HSL color Cylindrical-coordinate representation of color #A27FFF: hue angle of 256.41º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A27FFF is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 127 | 255 | - |
| CMYK | 0.36 | 0.50 | 0 | 0 |
| HSL | 256.41º | 1% | 0.75% | - |
| HSV(B) | 256.41º | 0.5% | 1% | - |
| XYZ | 40.54 | 30.08 | 98.28 | - |
| YUV | 152.06 | 186.1 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 255 | 0.36 | 0.50 | 0 | 0 | 256.41 | 1 | 0.75 |
| Hex | A2 | 7F | FF | 24 | 32 | 0 | 0 | 100 | 64 | 4B |
| Octal | 242 | 177 | 377 | 44 | 62 | 0 | 0 | 400 | 144 | 113 |
| Binary | 10100010 | 1111111 | 11111111 | 100100 | 110010 | 0 | 0 | 100000000 | 1100100 | 1001011 |
Color Harmonies of #A27FFF
Complementary color
Monochromatic Colors of #A27FFF
Black with #A27FFF
Text Example
Text Example
White with #A27FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FFF; }
p { color: rgb(162,127,255); }
H1.HeaderClassName
{
color: #A27FFF;
}
.AnyTagClassName
{
color: #A27FFF;
}
</style>
background-color css
<style>
a { background-color: #A27FFF; }
a { background-color: rgb(162,127,255); }
div.DivClassName
{
background-color: #A27FFF;
}
.BgClassName
{
background-color: #A27FFF;
}
</style>
border-color css
<style>
span { border-color: #A27FFF; }
span { border-color: rgb(162,127,255); }
td.TdClassName
{
border-color: #A27FFF;
}
.TagClassName
{
border-color: #A27FFF;
}
</style>