Shades of Light Slate Blue #A064FF
Tints of Light Slate Blue #A064FF
RGB
CMYK
RGB Variations
Color information
#A064FF (or 0xA064FF) is known color: Light Slate Blue. HEX triplet: A0, 64 and FF. RGB value is (160,100,255). Sum of RGB (Red+Green+Blue) = 160+100+255=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #A064FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064FF is #5F9B00. Grayscale: #878787. Windows color (decimal): -6265601 or 16737440. OLE color: 16737440.
HSL color Cylindrical-coordinate representation of color #A064FF: hue angle of 263.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A064FF is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 100 | 255 | - |
| CMYK | 0.37 | 0.61 | 0 | 0 |
| HSL | 263.23º | 1% | 0.7% | - |
| HSV(B) | 263.23º | 0.61% | 1% | - |
| XYZ | 37.1 | 23.81 | 97.25 | - |
| YUV | 135.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 255 | 0.37 | 0.61 | 0 | 0 | 263.23 | 1 | 0.7 |
| Hex | A0 | 64 | FF | 25 | 3D | 0 | 0 | 107 | 64 | 46 |
| Octal | 240 | 144 | 377 | 45 | 75 | 0 | 0 | 407 | 144 | 106 |
| Binary | 10100000 | 1100100 | 11111111 | 100101 | 111101 | 0 | 0 | 100000111 | 1100100 | 1000110 |
Color Harmonies of #A064FF
Complementary color
Monochromatic Colors of #A064FF
Black with #A064FF
Text Example
Text Example
White with #A064FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064FF; }
p { color: rgb(160,100,255); }
H1.HeaderClassName
{
color: #A064FF;
}
.AnyTagClassName
{
color: #A064FF;
}
</style>
background-color css
<style>
a { background-color: #A064FF; }
a { background-color: rgb(160,100,255); }
div.DivClassName
{
background-color: #A064FF;
}
.BgClassName
{
background-color: #A064FF;
}
</style>
border-color css
<style>
span { border-color: #A064FF; }
span { border-color: rgb(160,100,255); }
td.TdClassName
{
border-color: #A064FF;
}
.TagClassName
{
border-color: #A064FF;
}
</style>