Shades of Light Slate Blue #A068FC
Tints of Light Slate Blue #A068FC
RGB
CMYK
RGB Variations
Color information
#A068FC (or 0xA068FC) is known color: Light Slate Blue. HEX triplet: A0, 68 and FC. RGB value is (160,104,252). Sum of RGB (Red+Green+Blue) = 160+104+252=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #A068FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A068FC is #5F9703. Grayscale: #898989. Windows color (decimal): -6264580 or 16541856. OLE color: 16541856.
HSL color Cylindrical-coordinate representation of color #A068FC: hue angle of 262.7º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A068FC is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 104 | 252 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.01 |
| HSL | 262.7º | 0.96% | 0.7% | - |
| HSV(B) | 262.7º | 0.59% | 0.99% | - |
| XYZ | 37.02 | 24.4 | 94.85 | - |
| YUV | 137.62 | 192.55 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 252 | 0.37 | 0.59 | 0 | 0.01 | 262.7 | 0.96 | 0.7 |
| Hex | A0 | 68 | FC | 25 | 3B | 0 | 1 | 107 | 60 | 46 |
| Octal | 240 | 150 | 374 | 45 | 73 | 0 | 1 | 407 | 140 | 106 |
| Binary | 10100000 | 1101000 | 11111100 | 100101 | 111011 | 0 | 1 | 100000111 | 1100000 | 1000110 |
Color Harmonies of #A068FC
Complementary color
Monochromatic Colors of #A068FC
Black with #A068FC
Text Example
Text Example
White with #A068FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068FC; }
p { color: rgb(160,104,252); }
H1.HeaderClassName
{
color: #A068FC;
}
.AnyTagClassName
{
color: #A068FC;
}
</style>
background-color css
<style>
a { background-color: #A068FC; }
a { background-color: rgb(160,104,252); }
div.DivClassName
{
background-color: #A068FC;
}
.BgClassName
{
background-color: #A068FC;
}
</style>
border-color css
<style>
span { border-color: #A068FC; }
span { border-color: rgb(160,104,252); }
td.TdClassName
{
border-color: #A068FC;
}
.TagClassName
{
border-color: #A068FC;
}
</style>