Shades of Light Slate Blue #A27FFB
Tints of Light Slate Blue #A27FFB
RGB
CMYK
RGB Variations
Color information
#A27FFB (or 0xA27FFB) is known color: Light Slate Blue. HEX triplet: A2, 7F and FB. RGB value is (162,127,251). Sum of RGB (Red+Green+Blue) = 162+127+251=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #A27FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FFB is #5D8004. Grayscale: #979797. Windows color (decimal): -6127621 or 16482210. OLE color: 16482210.
HSL color Cylindrical-coordinate representation of color #A27FFB: hue angle of 256.94º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27FFB is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 127 | 251 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.02 |
| HSL | 256.94º | 0.94% | 0.74% | - |
| HSV(B) | 256.94º | 0.49% | 0.98% | - |
| XYZ | 39.9 | 29.83 | 94.92 | - |
| YUV | 151.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 251 | 0.35 | 0.49 | 0 | 0.02 | 256.94 | 0.94 | 0.74 |
| Hex | A2 | 7F | FB | 23 | 31 | 0 | 2 | 101 | 5E | 4A |
| Octal | 242 | 177 | 373 | 43 | 61 | 0 | 2 | 401 | 136 | 112 |
| Binary | 10100010 | 1111111 | 11111011 | 100011 | 110001 | 0 | 10 | 100000001 | 1011110 | 1001010 |
Color Harmonies of #A27FFB
Complementary color
Monochromatic Colors of #A27FFB
Black with #A27FFB
Text Example
Text Example
White with #A27FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FFB; }
p { color: rgb(162,127,251); }
H1.HeaderClassName
{
color: #A27FFB;
}
.AnyTagClassName
{
color: #A27FFB;
}
</style>
background-color css
<style>
a { background-color: #A27FFB; }
a { background-color: rgb(162,127,251); }
div.DivClassName
{
background-color: #A27FFB;
}
.BgClassName
{
background-color: #A27FFB;
}
</style>
border-color css
<style>
span { border-color: #A27FFB; }
span { border-color: rgb(162,127,251); }
td.TdClassName
{
border-color: #A27FFB;
}
.TagClassName
{
border-color: #A27FFB;
}
</style>