Shades of Light Slate Blue #A67BFF
Tints of Light Slate Blue #A67BFF
RGB
CMYK
RGB Variations
Color information
#A67BFF (or 0xA67BFF) is known color: Light Slate Blue. HEX triplet: A6, 7B and FF. RGB value is (166,123,255). Sum of RGB (Red+Green+Blue) = 166+123+255=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #A67BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67BFF is #598400. Grayscale: #969696. Windows color (decimal): -5866497 or 16743334. OLE color: 16743334.
HSL color Cylindrical-coordinate representation of color #A67BFF: hue angle of 259.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A67BFF is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 123 | 255 | - |
| CMYK | 0.35 | 0.52 | 0 | 0 |
| HSL | 259.55º | 1% | 0.74% | - |
| HSV(B) | 259.55º | 0.52% | 1% | - |
| XYZ | 40.86 | 29.49 | 98.15 | - |
| YUV | 150.91 | 186.75 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 255 | 0.35 | 0.52 | 0 | 0 | 259.55 | 1 | 0.74 |
| Hex | A6 | 7B | FF | 23 | 34 | 0 | 0 | 104 | 64 | 4A |
| Octal | 246 | 173 | 377 | 43 | 64 | 0 | 0 | 404 | 144 | 112 |
| Binary | 10100110 | 1111011 | 11111111 | 100011 | 110100 | 0 | 0 | 100000100 | 1100100 | 1001010 |
Color Harmonies of #A67BFF
Complementary color
Monochromatic Colors of #A67BFF
Black with #A67BFF
Text Example
Text Example
White with #A67BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BFF; }
p { color: rgb(166,123,255); }
H1.HeaderClassName
{
color: #A67BFF;
}
.AnyTagClassName
{
color: #A67BFF;
}
</style>
background-color css
<style>
a { background-color: #A67BFF; }
a { background-color: rgb(166,123,255); }
div.DivClassName
{
background-color: #A67BFF;
}
.BgClassName
{
background-color: #A67BFF;
}
</style>
border-color css
<style>
span { border-color: #A67BFF; }
span { border-color: rgb(166,123,255); }
td.TdClassName
{
border-color: #A67BFF;
}
.TagClassName
{
border-color: #A67BFF;
}
</style>