Shades of Light Slate Blue #A063FD
Tints of Light Slate Blue #A063FD
RGB
CMYK
RGB Variations
Color information
#A063FD (or 0xA063FD) is known color: Light Slate Blue. HEX triplet: A0, 63 and FD. RGB value is (160,99,253). Sum of RGB (Red+Green+Blue) = 160+99+253=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #A063FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A063FD is #5F9C02. Grayscale: #868686. Windows color (decimal): -6265859 or 16606112. OLE color: 16606112.
HSL color Cylindrical-coordinate representation of color #A063FD: hue angle of 263.77º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A063FD is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 99 | 253 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.01 |
| HSL | 263.77º | 0.97% | 0.69% | - |
| HSV(B) | 263.77º | 0.61% | 0.99% | - |
| XYZ | 36.69 | 23.49 | 95.53 | - |
| YUV | 134.8 | 194.71 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 253 | 0.37 | 0.61 | 0 | 0.01 | 263.77 | 0.97 | 0.69 |
| Hex | A0 | 63 | FD | 25 | 3D | 0 | 1 | 108 | 61 | 45 |
| Octal | 240 | 143 | 375 | 45 | 75 | 0 | 1 | 410 | 141 | 105 |
| Binary | 10100000 | 1100011 | 11111101 | 100101 | 111101 | 0 | 1 | 100001000 | 1100001 | 1000101 |
Color Harmonies of #A063FD
Complementary color
Monochromatic Colors of #A063FD
Black with #A063FD
Text Example
Text Example
White with #A063FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063FD; }
p { color: rgb(160,99,253); }
H1.HeaderClassName
{
color: #A063FD;
}
.AnyTagClassName
{
color: #A063FD;
}
</style>
background-color css
<style>
a { background-color: #A063FD; }
a { background-color: rgb(160,99,253); }
div.DivClassName
{
background-color: #A063FD;
}
.BgClassName
{
background-color: #A063FD;
}
</style>
border-color css
<style>
span { border-color: #A063FD; }
span { border-color: rgb(160,99,253); }
td.TdClassName
{
border-color: #A063FD;
}
.TagClassName
{
border-color: #A063FD;
}
</style>