Shades of Light Slate Blue #A066FD
Tints of Light Slate Blue #A066FD
RGB
CMYK
RGB Variations
Color information
#A066FD (or 0xA066FD) is known color: Light Slate Blue. HEX triplet: A0, 66 and FD. RGB value is (160,102,253). Sum of RGB (Red+Green+Blue) = 160+102+253=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #A066FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066FD is #5F9902. Grayscale: #888888. Windows color (decimal): -6265091 or 16606880. OLE color: 16606880.
HSL color Cylindrical-coordinate representation of color #A066FD: hue angle of 263.05º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A066FD is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 102 | 253 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.01 |
| HSL | 263.05º | 0.97% | 0.7% | - |
| HSV(B) | 263.05º | 0.6% | 0.99% | - |
| XYZ | 36.98 | 24.07 | 95.63 | - |
| YUV | 136.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 253 | 0.37 | 0.60 | 0 | 0.01 | 263.05 | 0.97 | 0.7 |
| Hex | A0 | 66 | FD | 25 | 3C | 0 | 1 | 107 | 61 | 46 |
| Octal | 240 | 146 | 375 | 45 | 74 | 0 | 1 | 407 | 141 | 106 |
| Binary | 10100000 | 1100110 | 11111101 | 100101 | 111100 | 0 | 1 | 100000111 | 1100001 | 1000110 |
Color Harmonies of #A066FD
Complementary color
Monochromatic Colors of #A066FD
Black with #A066FD
Text Example
Text Example
White with #A066FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066FD; }
p { color: rgb(160,102,253); }
H1.HeaderClassName
{
color: #A066FD;
}
.AnyTagClassName
{
color: #A066FD;
}
</style>
background-color css
<style>
a { background-color: #A066FD; }
a { background-color: rgb(160,102,253); }
div.DivClassName
{
background-color: #A066FD;
}
.BgClassName
{
background-color: #A066FD;
}
</style>
border-color css
<style>
span { border-color: #A066FD; }
span { border-color: rgb(160,102,253); }
td.TdClassName
{
border-color: #A066FD;
}
.TagClassName
{
border-color: #A066FD;
}
</style>