Shades of Light Slate Blue #A064FC
Tints of Light Slate Blue #A064FC
RGB
CMYK
RGB Variations
Color information
#A064FC (or 0xA064FC) is known color: Light Slate Blue. HEX triplet: A0, 64 and FC. RGB value is (160,100,252). Sum of RGB (Red+Green+Blue) = 160+100+252=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #A064FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064FC is #5F9B03. Grayscale: #868686. Windows color (decimal): -6265604 or 16540832. OLE color: 16540832.
HSL color Cylindrical-coordinate representation of color #A064FC: hue angle of 263.68º 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 #A064FC is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 100 | 252 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.01 |
| HSL | 263.68º | 0.96% | 0.69% | - |
| HSV(B) | 263.68º | 0.6% | 0.99% | - |
| XYZ | 36.63 | 23.62 | 94.72 | - |
| YUV | 135.27 | 193.88 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 252 | 0.37 | 0.60 | 0 | 0.01 | 263.68 | 0.96 | 0.69 |
| Hex | A0 | 64 | FC | 25 | 3C | 0 | 1 | 108 | 60 | 45 |
| Octal | 240 | 144 | 374 | 45 | 74 | 0 | 1 | 410 | 140 | 105 |
| Binary | 10100000 | 1100100 | 11111100 | 100101 | 111100 | 0 | 1 | 100001000 | 1100000 | 1000101 |
Color Harmonies of #A064FC
Complementary color
Monochromatic Colors of #A064FC
Black with #A064FC
Text Example
Text Example
White with #A064FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064FC; }
p { color: rgb(160,100,252); }
H1.HeaderClassName
{
color: #A064FC;
}
.AnyTagClassName
{
color: #A064FC;
}
</style>
background-color css
<style>
a { background-color: #A064FC; }
a { background-color: rgb(160,100,252); }
div.DivClassName
{
background-color: #A064FC;
}
.BgClassName
{
background-color: #A064FC;
}
</style>
border-color css
<style>
span { border-color: #A064FC; }
span { border-color: rgb(160,100,252); }
td.TdClassName
{
border-color: #A064FC;
}
.TagClassName
{
border-color: #A064FC;
}
</style>