Shades of Light Slate Blue #A27CFA
Tints of Light Slate Blue #A27CFA
RGB
CMYK
RGB Variations
Color information
#A27CFA (or 0xA27CFA) is known color: Light Slate Blue. HEX triplet: A2, 7C and FA. RGB value is (162,124,250). Sum of RGB (Red+Green+Blue) = 162+124+250=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #A27CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CFA is #5D8305. Grayscale: #959595. Windows color (decimal): -6128390 or 16415906. OLE color: 16415906.
HSL color Cylindrical-coordinate representation of color #A27CFA: hue angle of 258.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A27CFA is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 124 | 250 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.02 |
| HSL | 258.1º | 0.93% | 0.73% | - |
| HSV(B) | 258.1º | 0.5% | 0.98% | - |
| XYZ | 39.36 | 29 | 93.97 | - |
| YUV | 149.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 250 | 0.35 | 0.50 | 0 | 0.02 | 258.1 | 0.93 | 0.73 |
| Hex | A2 | 7C | FA | 23 | 32 | 0 | 2 | 102 | 5D | 49 |
| Octal | 242 | 174 | 372 | 43 | 62 | 0 | 2 | 402 | 135 | 111 |
| Binary | 10100010 | 1111100 | 11111010 | 100011 | 110010 | 0 | 10 | 100000010 | 1011101 | 1001001 |
Color Harmonies of #A27CFA
Complementary color
Monochromatic Colors of #A27CFA
Black with #A27CFA
Text Example
Text Example
White with #A27CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CFA; }
p { color: rgb(162,124,250); }
H1.HeaderClassName
{
color: #A27CFA;
}
.AnyTagClassName
{
color: #A27CFA;
}
</style>
background-color css
<style>
a { background-color: #A27CFA; }
a { background-color: rgb(162,124,250); }
div.DivClassName
{
background-color: #A27CFA;
}
.BgClassName
{
background-color: #A27CFA;
}
</style>
border-color css
<style>
span { border-color: #A27CFA; }
span { border-color: rgb(162,124,250); }
td.TdClassName
{
border-color: #A27CFA;
}
.TagClassName
{
border-color: #A27CFA;
}
</style>