Shades of Light Slate Blue #A67DFC
Tints of Light Slate Blue #A67DFC
RGB
CMYK
RGB Variations
Color information
#A67DFC (or 0xA67DFC) is known color: Light Slate Blue. HEX triplet: A6, 7D and FC. RGB value is (166,125,252). Sum of RGB (Red+Green+Blue) = 166+125+252=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #A67DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67DFC is #598203. Grayscale: #979797. Windows color (decimal): -5865988 or 16547238. OLE color: 16547238.
HSL color Cylindrical-coordinate representation of color #A67DFC: hue angle of 259.37º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67DFC is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 125 | 252 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.01 |
| HSL | 259.37º | 0.95% | 0.74% | - |
| HSV(B) | 259.37º | 0.5% | 0.99% | - |
| XYZ | 40.63 | 29.8 | 95.71 | - |
| YUV | 151.74 | 184.58 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 252 | 0.34 | 0.50 | 0 | 0.01 | 259.37 | 0.95 | 0.74 |
| Hex | A6 | 7D | FC | 22 | 32 | 0 | 1 | 103 | 5F | 4A |
| Octal | 246 | 175 | 374 | 42 | 62 | 0 | 1 | 403 | 137 | 112 |
| Binary | 10100110 | 1111101 | 11111100 | 100010 | 110010 | 0 | 1 | 100000011 | 1011111 | 1001010 |
Color Harmonies of #A67DFC
Complementary color
Monochromatic Colors of #A67DFC
Black with #A67DFC
Text Example
Text Example
White with #A67DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DFC; }
p { color: rgb(166,125,252); }
H1.HeaderClassName
{
color: #A67DFC;
}
.AnyTagClassName
{
color: #A67DFC;
}
</style>
background-color css
<style>
a { background-color: #A67DFC; }
a { background-color: rgb(166,125,252); }
div.DivClassName
{
background-color: #A67DFC;
}
.BgClassName
{
background-color: #A67DFC;
}
</style>
border-color css
<style>
span { border-color: #A67DFC; }
span { border-color: rgb(166,125,252); }
td.TdClassName
{
border-color: #A67DFC;
}
.TagClassName
{
border-color: #A67DFC;
}
</style>