Shades of Light Slate Blue #A584FF
Tints of Light Slate Blue #A584FF
RGB
CMYK
RGB Variations
Color information
#A584FF (or 0xA584FF) is known color: Light Slate Blue. HEX triplet: A5, 84 and FF. RGB value is (165,132,255). Sum of RGB (Red+Green+Blue) = 165+132+255=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #A584FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584FF is #5A7B00. Grayscale: #9B9B9B. Windows color (decimal): -5929729 or 16745637. OLE color: 16745637.
HSL color Cylindrical-coordinate representation of color #A584FF: hue angle of 256.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A584FF is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 132 | 255 | - |
| CMYK | 0.35 | 0.48 | 0 | 0 |
| HSL | 256.1º | 1% | 0.76% | - |
| HSV(B) | 256.1º | 0.48% | 1% | - |
| XYZ | 41.82 | 31.72 | 98.53 | - |
| YUV | 155.89 | 183.93 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 255 | 0.35 | 0.48 | 0 | 0 | 256.1 | 1 | 0.76 |
| Hex | A5 | 84 | FF | 23 | 30 | 0 | 0 | 100 | 64 | 4C |
| Octal | 245 | 204 | 377 | 43 | 60 | 0 | 0 | 400 | 144 | 114 |
| Binary | 10100101 | 10000100 | 11111111 | 100011 | 110000 | 0 | 0 | 100000000 | 1100100 | 1001100 |
Color Harmonies of #A584FF
Complementary color
Monochromatic Colors of #A584FF
Black with #A584FF
Text Example
Text Example
White with #A584FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A584FF; }
p { color: rgb(165,132,255); }
H1.HeaderClassName
{
color: #A584FF;
}
.AnyTagClassName
{
color: #A584FF;
}
</style>
background-color css
<style>
a { background-color: #A584FF; }
a { background-color: rgb(165,132,255); }
div.DivClassName
{
background-color: #A584FF;
}
.BgClassName
{
background-color: #A584FF;
}
</style>
border-color css
<style>
span { border-color: #A584FF; }
span { border-color: rgb(165,132,255); }
td.TdClassName
{
border-color: #A584FF;
}
.TagClassName
{
border-color: #A584FF;
}
</style>