Shades of Light Slate Blue #A68FFF
Tints of Light Slate Blue #A68FFF
RGB
CMYK
RGB Variations
Color information
#A68FFF (or 0xA68FFF) is known color: Light Slate Blue. HEX triplet: A6, 8F and FF. RGB value is (166,143,255). Sum of RGB (Red+Green+Blue) = 166+143+255=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #A68FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FFF is #597000. Grayscale: #A2A2A2. Windows color (decimal): -5861377 or 16748454. OLE color: 16748454.
HSL color Cylindrical-coordinate representation of color #A68FFF: hue angle of 252.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A68FFF is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 143 | 255 | - |
| CMYK | 0.35 | 0.44 | 0 | 0 |
| HSL | 252.32º | 1% | 0.78% | - |
| HSV(B) | 252.32º | 0.44% | 1% | - |
| XYZ | 43.6 | 34.97 | 99.06 | - |
| YUV | 162.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 255 | 0.35 | 0.44 | 0 | 0 | 252.32 | 1 | 0.78 |
| Hex | A6 | 8F | FF | 23 | 2C | 0 | 0 | FC | 64 | 4E |
| Octal | 246 | 217 | 377 | 43 | 54 | 0 | 0 | 374 | 144 | 116 |
| Binary | 10100110 | 10001111 | 11111111 | 100011 | 101100 | 0 | 0 | 11111100 | 1100100 | 1001110 |
Color Harmonies of #A68FFF
Complementary color
Monochromatic Colors of #A68FFF
Black with #A68FFF
Text Example
Text Example
White with #A68FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FFF; }
p { color: rgb(166,143,255); }
H1.HeaderClassName
{
color: #A68FFF;
}
.AnyTagClassName
{
color: #A68FFF;
}
</style>
background-color css
<style>
a { background-color: #A68FFF; }
a { background-color: rgb(166,143,255); }
div.DivClassName
{
background-color: #A68FFF;
}
.BgClassName
{
background-color: #A68FFF;
}
</style>
border-color css
<style>
span { border-color: #A68FFF; }
span { border-color: rgb(166,143,255); }
td.TdClassName
{
border-color: #A68FFF;
}
.TagClassName
{
border-color: #A68FFF;
}
</style>