Shades of Light Slate Blue #A066FE
Tints of Light Slate Blue #A066FE
RGB
CMYK
RGB Variations
Color information
#A066FE (or 0xA066FE) is known color: Light Slate Blue. HEX triplet: A0, 66 and FE. RGB value is (160,102,254). Sum of RGB (Red+Green+Blue) = 160+102+254=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #A066FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066FE is #5F9901. Grayscale: #888888. Windows color (decimal): -6265090 or 16672416. OLE color: 16672416.
HSL color Cylindrical-coordinate representation of color #A066FE: hue angle of 262.89º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A066FE is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 102 | 254 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.00 |
| HSL | 262.89º | 0.99% | 0.7% | - |
| HSV(B) | 262.89º | 0.6% | 1% | - |
| XYZ | 37.14 | 24.13 | 96.47 | - |
| YUV | 136.67 | 194.22 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 254 | 0.37 | 0.60 | 0 | 0.00 | 262.89 | 0.99 | 0.7 |
| Hex | A0 | 66 | FE | 25 | 3C | 0 | 0 | 107 | 63 | 46 |
| Octal | 240 | 146 | 376 | 45 | 74 | 0 | 0 | 407 | 143 | 106 |
| Binary | 10100000 | 1100110 | 11111110 | 100101 | 111100 | 0 | 0 | 100000111 | 1100011 | 1000110 |
Color Harmonies of #A066FE
Complementary color
Monochromatic Colors of #A066FE
Black with #A066FE
Text Example
Text Example
White with #A066FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066FE; }
p { color: rgb(160,102,254); }
H1.HeaderClassName
{
color: #A066FE;
}
.AnyTagClassName
{
color: #A066FE;
}
</style>
background-color css
<style>
a { background-color: #A066FE; }
a { background-color: rgb(160,102,254); }
div.DivClassName
{
background-color: #A066FE;
}
.BgClassName
{
background-color: #A066FE;
}
</style>
border-color css
<style>
span { border-color: #A066FE; }
span { border-color: rgb(160,102,254); }
td.TdClassName
{
border-color: #A066FE;
}
.TagClassName
{
border-color: #A066FE;
}
</style>