Shades of Light Slate Blue #A67FFF
Tints of Light Slate Blue #A67FFF
RGB
CMYK
RGB Variations
Color information
#A67FFF (or 0xA67FFF) is known color: Light Slate Blue. HEX triplet: A6, 7F and FF. RGB value is (166,127,255). Sum of RGB (Red+Green+Blue) = 166+127+255=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #A67FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FFF is #598000. Grayscale: #989898. Windows color (decimal): -5865473 or 16744358. OLE color: 16744358.
HSL color Cylindrical-coordinate representation of color #A67FFF: hue angle of 258.28º 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 #A67FFF is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 127 | 255 | - |
| CMYK | 0.35 | 0.50 | 0 | 0 |
| HSL | 258.28º | 1% | 0.75% | - |
| HSV(B) | 258.28º | 0.5% | 1% | - |
| XYZ | 41.37 | 30.51 | 98.32 | - |
| YUV | 153.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 255 | 0.35 | 0.50 | 0 | 0 | 258.28 | 1 | 0.75 |
| Hex | A6 | 7F | FF | 23 | 32 | 0 | 0 | 102 | 64 | 4B |
| Octal | 246 | 177 | 377 | 43 | 62 | 0 | 0 | 402 | 144 | 113 |
| Binary | 10100110 | 1111111 | 11111111 | 100011 | 110010 | 0 | 0 | 100000010 | 1100100 | 1001011 |
Color Harmonies of #A67FFF
Complementary color
Monochromatic Colors of #A67FFF
Black with #A67FFF
Text Example
Text Example
White with #A67FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67FFF; }
p { color: rgb(166,127,255); }
H1.HeaderClassName
{
color: #A67FFF;
}
.AnyTagClassName
{
color: #A67FFF;
}
</style>
background-color css
<style>
a { background-color: #A67FFF; }
a { background-color: rgb(166,127,255); }
div.DivClassName
{
background-color: #A67FFF;
}
.BgClassName
{
background-color: #A67FFF;
}
</style>
border-color css
<style>
span { border-color: #A67FFF; }
span { border-color: rgb(166,127,255); }
td.TdClassName
{
border-color: #A67FFF;
}
.TagClassName
{
border-color: #A67FFF;
}
</style>