Shades of Light Slate Blue #A064FE
Tints of Light Slate Blue #A064FE
RGB
CMYK
RGB Variations
Color information
#A064FE (or 0xA064FE) is known color: Light Slate Blue. HEX triplet: A0, 64 and FE. RGB value is (160,100,254). Sum of RGB (Red+Green+Blue) = 160+100+254=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #A064FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064FE is #5F9B01. Grayscale: #868686. Windows color (decimal): -6265602 or 16671904. OLE color: 16671904.
HSL color Cylindrical-coordinate representation of color #A064FE: hue angle of 263.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A064FE is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 100 | 254 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.00 |
| HSL | 263.38º | 0.99% | 0.69% | - |
| HSV(B) | 263.38º | 0.61% | 1% | - |
| XYZ | 36.94 | 23.74 | 96.4 | - |
| YUV | 135.5 | 194.88 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 254 | 0.37 | 0.61 | 0 | 0.00 | 263.38 | 0.99 | 0.69 |
| Hex | A0 | 64 | FE | 25 | 3D | 0 | 0 | 107 | 63 | 45 |
| Octal | 240 | 144 | 376 | 45 | 75 | 0 | 0 | 407 | 143 | 105 |
| Binary | 10100000 | 1100100 | 11111110 | 100101 | 111101 | 0 | 0 | 100000111 | 1100011 | 1000101 |
Color Harmonies of #A064FE
Complementary color
Monochromatic Colors of #A064FE
Black with #A064FE
Text Example
Text Example
White with #A064FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064FE; }
p { color: rgb(160,100,254); }
H1.HeaderClassName
{
color: #A064FE;
}
.AnyTagClassName
{
color: #A064FE;
}
</style>
background-color css
<style>
a { background-color: #A064FE; }
a { background-color: rgb(160,100,254); }
div.DivClassName
{
background-color: #A064FE;
}
.BgClassName
{
background-color: #A064FE;
}
</style>
border-color css
<style>
span { border-color: #A064FE; }
span { border-color: rgb(160,100,254); }
td.TdClassName
{
border-color: #A064FE;
}
.TagClassName
{
border-color: #A064FE;
}
</style>