Shades of Light Slate Blue #A67BFE
Tints of Light Slate Blue #A67BFE
RGB
CMYK
RGB Variations
Color information
#A67BFE (or 0xA67BFE) is known color: Light Slate Blue. HEX triplet: A6, 7B and FE. RGB value is (166,123,254). Sum of RGB (Red+Green+Blue) = 166+123+254=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #A67BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67BFE is #598401. Grayscale: #969696. Windows color (decimal): -5866498 or 16677798. OLE color: 16677798.
HSL color Cylindrical-coordinate representation of color #A67BFE: hue angle of 259.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A67BFE is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 123 | 254 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.00 |
| HSL | 259.69º | 0.98% | 0.74% | - |
| HSV(B) | 259.69º | 0.52% | 1% | - |
| XYZ | 40.7 | 29.43 | 97.3 | - |
| YUV | 150.79 | 186.25 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 254 | 0.35 | 0.52 | 0 | 0.00 | 259.69 | 0.98 | 0.74 |
| Hex | A6 | 7B | FE | 23 | 34 | 0 | 0 | 104 | 62 | 4A |
| Octal | 246 | 173 | 376 | 43 | 64 | 0 | 0 | 404 | 142 | 112 |
| Binary | 10100110 | 1111011 | 11111110 | 100011 | 110100 | 0 | 0 | 100000100 | 1100010 | 1001010 |
Color Harmonies of #A67BFE
Complementary color
Monochromatic Colors of #A67BFE
Black with #A67BFE
Text Example
Text Example
White with #A67BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BFE; }
p { color: rgb(166,123,254); }
H1.HeaderClassName
{
color: #A67BFE;
}
.AnyTagClassName
{
color: #A67BFE;
}
</style>
background-color css
<style>
a { background-color: #A67BFE; }
a { background-color: rgb(166,123,254); }
div.DivClassName
{
background-color: #A67BFE;
}
.BgClassName
{
background-color: #A67BFE;
}
</style>
border-color css
<style>
span { border-color: #A67BFE; }
span { border-color: rgb(166,123,254); }
td.TdClassName
{
border-color: #A67BFE;
}
.TagClassName
{
border-color: #A67BFE;
}
</style>