Shades of Light Slate Blue #A063FC
Tints of Light Slate Blue #A063FC
RGB
CMYK
RGB Variations
Color information
#A063FC (or 0xA063FC) is known color: Light Slate Blue. HEX triplet: A0, 63 and FC. RGB value is (160,99,252). Sum of RGB (Red+Green+Blue) = 160+99+252=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #A063FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A063FC is #5F9C03. Grayscale: #868686. Windows color (decimal): -6265860 or 16540576. OLE color: 16540576.
HSL color Cylindrical-coordinate representation of color #A063FC: hue angle of 263.92º degrees, saturation: 0.96, 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 #A063FC is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 99 | 252 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.01 |
| HSL | 263.92º | 0.96% | 0.69% | - |
| HSV(B) | 263.92º | 0.61% | 0.99% | - |
| XYZ | 36.53 | 23.43 | 94.69 | - |
| YUV | 134.68 | 194.21 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 252 | 0.37 | 0.61 | 0 | 0.01 | 263.92 | 0.96 | 0.69 |
| Hex | A0 | 63 | FC | 25 | 3D | 0 | 1 | 108 | 60 | 45 |
| Octal | 240 | 143 | 374 | 45 | 75 | 0 | 1 | 410 | 140 | 105 |
| Binary | 10100000 | 1100011 | 11111100 | 100101 | 111101 | 0 | 1 | 100001000 | 1100000 | 1000101 |
Color Harmonies of #A063FC
Complementary color
Monochromatic Colors of #A063FC
Black with #A063FC
Text Example
Text Example
White with #A063FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063FC; }
p { color: rgb(160,99,252); }
H1.HeaderClassName
{
color: #A063FC;
}
.AnyTagClassName
{
color: #A063FC;
}
</style>
background-color css
<style>
a { background-color: #A063FC; }
a { background-color: rgb(160,99,252); }
div.DivClassName
{
background-color: #A063FC;
}
.BgClassName
{
background-color: #A063FC;
}
</style>
border-color css
<style>
span { border-color: #A063FC; }
span { border-color: rgb(160,99,252); }
td.TdClassName
{
border-color: #A063FC;
}
.TagClassName
{
border-color: #A063FC;
}
</style>