Shades of Light Slate Blue #A068FF
Tints of Light Slate Blue #A068FF
RGB
CMYK
RGB Variations
Color information
#A068FF (or 0xA068FF) is known color: Light Slate Blue. HEX triplet: A0, 68 and FF. RGB value is (160,104,255). Sum of RGB (Red+Green+Blue) = 160+104+255=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #A068FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A068FF is #5F9700. Grayscale: #898989. Windows color (decimal): -6264577 or 16738464. OLE color: 16738464.
HSL color Cylindrical-coordinate representation of color #A068FF: hue angle of 262.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A068FF is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 104 | 255 | - |
| CMYK | 0.37 | 0.59 | 0 | 0 |
| HSL | 262.25º | 1% | 0.7% | - |
| HSV(B) | 262.25º | 0.59% | 1% | - |
| XYZ | 37.5 | 24.59 | 97.38 | - |
| YUV | 137.96 | 194.05 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 255 | 0.37 | 0.59 | 0 | 0 | 262.25 | 1 | 0.7 |
| Hex | A0 | 68 | FF | 25 | 3B | 0 | 0 | 106 | 64 | 46 |
| Octal | 240 | 150 | 377 | 45 | 73 | 0 | 0 | 406 | 144 | 106 |
| Binary | 10100000 | 1101000 | 11111111 | 100101 | 111011 | 0 | 0 | 100000110 | 1100100 | 1000110 |
Color Harmonies of #A068FF
Complementary color
Monochromatic Colors of #A068FF
Black with #A068FF
Text Example
Text Example
White with #A068FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068FF; }
p { color: rgb(160,104,255); }
H1.HeaderClassName
{
color: #A068FF;
}
.AnyTagClassName
{
color: #A068FF;
}
</style>
background-color css
<style>
a { background-color: #A068FF; }
a { background-color: rgb(160,104,255); }
div.DivClassName
{
background-color: #A068FF;
}
.BgClassName
{
background-color: #A068FF;
}
</style>
border-color css
<style>
span { border-color: #A068FF; }
span { border-color: rgb(160,104,255); }
td.TdClassName
{
border-color: #A068FF;
}
.TagClassName
{
border-color: #A068FF;
}
</style>