Shades of Light Slate Blue #A364FF
Tints of Light Slate Blue #A364FF
RGB
CMYK
RGB Variations
Color information
#A364FF (or 0xA364FF) is known color: Light Slate Blue. HEX triplet: A3, 64 and FF. RGB value is (163,100,255). Sum of RGB (Red+Green+Blue) = 163+100+255=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #A364FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A364FF is #5C9B00. Grayscale: #878787. Windows color (decimal): -6068993 or 16737443. OLE color: 16737443.
HSL color Cylindrical-coordinate representation of color #A364FF: hue angle of 264.39º 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 #A364FF is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 100 | 255 | - |
| CMYK | 0.36 | 0.61 | 0 | 0 |
| HSL | 264.39º | 1% | 0.7% | - |
| HSV(B) | 264.39º | 0.61% | 1% | - |
| XYZ | 37.71 | 24.12 | 97.28 | - |
| YUV | 136.51 | 194.87 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 255 | 0.36 | 0.61 | 0 | 0 | 264.39 | 1 | 0.7 |
| Hex | A3 | 64 | FF | 24 | 3D | 0 | 0 | 108 | 64 | 46 |
| Octal | 243 | 144 | 377 | 44 | 75 | 0 | 0 | 410 | 144 | 106 |
| Binary | 10100011 | 1100100 | 11111111 | 100100 | 111101 | 0 | 0 | 100001000 | 1100100 | 1000110 |
Color Harmonies of #A364FF
Complementary color
Monochromatic Colors of #A364FF
Black with #A364FF
Text Example
Text Example
White with #A364FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A364FF; }
p { color: rgb(163,100,255); }
H1.HeaderClassName
{
color: #A364FF;
}
.AnyTagClassName
{
color: #A364FF;
}
</style>
background-color css
<style>
a { background-color: #A364FF; }
a { background-color: rgb(163,100,255); }
div.DivClassName
{
background-color: #A364FF;
}
.BgClassName
{
background-color: #A364FF;
}
</style>
border-color css
<style>
span { border-color: #A364FF; }
span { border-color: rgb(163,100,255); }
td.TdClassName
{
border-color: #A364FF;
}
.TagClassName
{
border-color: #A364FF;
}
</style>