Shades of Light Slate Blue #A581FF
Tints of Light Slate Blue #A581FF
RGB
CMYK
RGB Variations
Color information
#A581FF (or 0xA581FF) is known color: Light Slate Blue. HEX triplet: A5, 81 and FF. RGB value is (165,129,255). Sum of RGB (Red+Green+Blue) = 165+129+255=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #A581FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A581FF is #5A7E00. Grayscale: #999999. Windows color (decimal): -5930497 or 16744869. OLE color: 16744869.
HSL color Cylindrical-coordinate representation of color #A581FF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A581FF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 129 | 255 | - |
| CMYK | 0.35 | 0.49 | 0 | 0 |
| HSL | 257.14º | 1% | 0.75% | - |
| HSV(B) | 257.14º | 0.49% | 1% | - |
| XYZ | 41.42 | 30.92 | 98.39 | - |
| YUV | 154.13 | 184.93 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 255 | 0.35 | 0.49 | 0 | 0 | 257.14 | 1 | 0.75 |
| Hex | A5 | 81 | FF | 23 | 31 | 0 | 0 | 101 | 64 | 4B |
| Octal | 245 | 201 | 377 | 43 | 61 | 0 | 0 | 401 | 144 | 113 |
| Binary | 10100101 | 10000001 | 11111111 | 100011 | 110001 | 0 | 0 | 100000001 | 1100100 | 1001011 |
Color Harmonies of #A581FF
Complementary color
Monochromatic Colors of #A581FF
Black with #A581FF
Text Example
Text Example
White with #A581FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A581FF; }
p { color: rgb(165,129,255); }
H1.HeaderClassName
{
color: #A581FF;
}
.AnyTagClassName
{
color: #A581FF;
}
</style>
background-color css
<style>
a { background-color: #A581FF; }
a { background-color: rgb(165,129,255); }
div.DivClassName
{
background-color: #A581FF;
}
.BgClassName
{
background-color: #A581FF;
}
</style>
border-color css
<style>
span { border-color: #A581FF; }
span { border-color: rgb(165,129,255); }
td.TdClassName
{
border-color: #A581FF;
}
.TagClassName
{
border-color: #A581FF;
}
</style>