Shades of Light Slate Blue #A681FC
Tints of Light Slate Blue #A681FC
RGB
CMYK
RGB Variations
Color information
#A681FC (or 0xA681FC) is known color: Light Slate Blue. HEX triplet: A6, 81 and FC. RGB value is (166,129,252). Sum of RGB (Red+Green+Blue) = 166+129+252=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #A681FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681FC is #597E03. Grayscale: #999999. Windows color (decimal): -5864964 or 16548262. OLE color: 16548262.
HSL color Cylindrical-coordinate representation of color #A681FC: hue angle of 258.05º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A681FC is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 129 | 252 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.01 |
| HSL | 258.05º | 0.95% | 0.75% | - |
| HSV(B) | 258.05º | 0.49% | 0.99% | - |
| XYZ | 41.15 | 30.84 | 95.88 | - |
| YUV | 154.09 | 183.26 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 252 | 0.34 | 0.49 | 0 | 0.01 | 258.05 | 0.95 | 0.75 |
| Hex | A6 | 81 | FC | 22 | 31 | 0 | 1 | 102 | 5F | 4B |
| Octal | 246 | 201 | 374 | 42 | 61 | 0 | 1 | 402 | 137 | 113 |
| Binary | 10100110 | 10000001 | 11111100 | 100010 | 110001 | 0 | 1 | 100000010 | 1011111 | 1001011 |
Color Harmonies of #A681FC
Complementary color
Monochromatic Colors of #A681FC
Black with #A681FC
Text Example
Text Example
White with #A681FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681FC; }
p { color: rgb(166,129,252); }
H1.HeaderClassName
{
color: #A681FC;
}
.AnyTagClassName
{
color: #A681FC;
}
</style>
background-color css
<style>
a { background-color: #A681FC; }
a { background-color: rgb(166,129,252); }
div.DivClassName
{
background-color: #A681FC;
}
.BgClassName
{
background-color: #A681FC;
}
</style>
border-color css
<style>
span { border-color: #A681FC; }
span { border-color: rgb(166,129,252); }
td.TdClassName
{
border-color: #A681FC;
}
.TagClassName
{
border-color: #A681FC;
}
</style>