Shades of Light Slate Blue #A066FC
Tints of Light Slate Blue #A066FC
RGB
CMYK
RGB Variations
Color information
#A066FC (or 0xA066FC) is known color: Light Slate Blue. HEX triplet: A0, 66 and FC. RGB value is (160,102,252). Sum of RGB (Red+Green+Blue) = 160+102+252=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #A066FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066FC is #5F9903. Grayscale: #878787. Windows color (decimal): -6265092 or 16541344. OLE color: 16541344.
HSL color Cylindrical-coordinate representation of color #A066FC: hue angle of 263.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A066FC is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 102 | 252 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.01 |
| HSL | 263.2º | 0.96% | 0.69% | - |
| HSV(B) | 263.2º | 0.6% | 0.99% | - |
| XYZ | 36.82 | 24 | 94.79 | - |
| YUV | 136.44 | 193.22 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 252 | 0.37 | 0.60 | 0 | 0.01 | 263.2 | 0.96 | 0.69 |
| Hex | A0 | 66 | FC | 25 | 3C | 0 | 1 | 107 | 60 | 45 |
| Octal | 240 | 146 | 374 | 45 | 74 | 0 | 1 | 407 | 140 | 105 |
| Binary | 10100000 | 1100110 | 11111100 | 100101 | 111100 | 0 | 1 | 100000111 | 1100000 | 1000101 |
Color Harmonies of #A066FC
Complementary color
Monochromatic Colors of #A066FC
Black with #A066FC
Text Example
Text Example
White with #A066FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066FC; }
p { color: rgb(160,102,252); }
H1.HeaderClassName
{
color: #A066FC;
}
.AnyTagClassName
{
color: #A066FC;
}
</style>
background-color css
<style>
a { background-color: #A066FC; }
a { background-color: rgb(160,102,252); }
div.DivClassName
{
background-color: #A066FC;
}
.BgClassName
{
background-color: #A066FC;
}
</style>
border-color css
<style>
span { border-color: #A066FC; }
span { border-color: rgb(160,102,252); }
td.TdClassName
{
border-color: #A066FC;
}
.TagClassName
{
border-color: #A066FC;
}
</style>