Shades of Light Slate Blue #A67FFD
Tints of Light Slate Blue #A67FFD
RGB
CMYK
RGB Variations
Color information
#A67FFD (or 0xA67FFD) is known color: Light Slate Blue. HEX triplet: A6, 7F and FD. RGB value is (166,127,253). Sum of RGB (Red+Green+Blue) = 166+127+253=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #A67FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FFD is #598002. Grayscale: #989898. Windows color (decimal): -5865475 or 16613286. OLE color: 16613286.
HSL color Cylindrical-coordinate representation of color #A67FFD: hue angle of 258.57º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67FFD is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 127 | 253 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.01 |
| HSL | 258.57º | 0.97% | 0.75% | - |
| HSV(B) | 258.57º | 0.5% | 0.99% | - |
| XYZ | 41.04 | 30.38 | 96.63 | - |
| YUV | 153.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 253 | 0.34 | 0.50 | 0 | 0.01 | 258.57 | 0.97 | 0.75 |
| Hex | A6 | 7F | FD | 22 | 32 | 0 | 1 | 103 | 61 | 4B |
| Octal | 246 | 177 | 375 | 42 | 62 | 0 | 1 | 403 | 141 | 113 |
| Binary | 10100110 | 1111111 | 11111101 | 100010 | 110010 | 0 | 1 | 100000011 | 1100001 | 1001011 |
Color Harmonies of #A67FFD
Complementary color
Monochromatic Colors of #A67FFD
Black with #A67FFD
Text Example
Text Example
White with #A67FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67FFD; }
p { color: rgb(166,127,253); }
H1.HeaderClassName
{
color: #A67FFD;
}
.AnyTagClassName
{
color: #A67FFD;
}
</style>
background-color css
<style>
a { background-color: #A67FFD; }
a { background-color: rgb(166,127,253); }
div.DivClassName
{
background-color: #A67FFD;
}
.BgClassName
{
background-color: #A67FFD;
}
</style>
border-color css
<style>
span { border-color: #A67FFD; }
span { border-color: rgb(166,127,253); }
td.TdClassName
{
border-color: #A67FFD;
}
.TagClassName
{
border-color: #A67FFD;
}
</style>