Shades of Light Slate Blue #A286F7
Tints of Light Slate Blue #A286F7
RGB
CMYK
RGB Variations
Color information
#A286F7 (or 0xA286F7) is known color: Light Slate Blue. HEX triplet: A2, 86 and F7. RGB value is (162,134,247). Sum of RGB (Red+Green+Blue) = 162+134+247=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #A286F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A286F7 is #5D7908. Grayscale: #9A9A9A. Windows color (decimal): -6125833 or 16221858. OLE color: 16221858.
HSL color Cylindrical-coordinate representation of color #A286F7: hue angle of 254.87º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A286F7 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 134 | 247 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.03 |
| HSL | 254.87º | 0.88% | 0.75% | - |
| HSV(B) | 254.87º | 0.46% | 0.97% | - |
| XYZ | 40.21 | 31.45 | 91.95 | - |
| YUV | 155.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 247 | 0.34 | 0.46 | 0 | 0.03 | 254.87 | 0.88 | 0.75 |
| Hex | A2 | 86 | F7 | 22 | 2E | 0 | 3 | FF | 58 | 4B |
| Octal | 242 | 206 | 367 | 42 | 56 | 0 | 3 | 377 | 130 | 113 |
| Binary | 10100010 | 10000110 | 11110111 | 100010 | 101110 | 0 | 11 | 11111111 | 1011000 | 1001011 |
Color Harmonies of #A286F7
Complementary color
Monochromatic Colors of #A286F7
Black with #A286F7
Text Example
Text Example
White with #A286F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286F7; }
p { color: rgb(162,134,247); }
H1.HeaderClassName
{
color: #A286F7;
}
.AnyTagClassName
{
color: #A286F7;
}
</style>
background-color css
<style>
a { background-color: #A286F7; }
a { background-color: rgb(162,134,247); }
div.DivClassName
{
background-color: #A286F7;
}
.BgClassName
{
background-color: #A286F7;
}
</style>
border-color css
<style>
span { border-color: #A286F7; }
span { border-color: rgb(162,134,247); }
td.TdClassName
{
border-color: #A286F7;
}
.TagClassName
{
border-color: #A286F7;
}
</style>