Shades of Light Slate Blue #A577FF
Tints of Light Slate Blue #A577FF
RGB
CMYK
RGB Variations
Color information
#A577FF (or 0xA577FF) is known color: Light Slate Blue. HEX triplet: A5, 77 and FF. RGB value is (165,119,255). Sum of RGB (Red+Green+Blue) = 165+119+255=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #A577FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A577FF is #5A8800. Grayscale: #939393. Windows color (decimal): -5933057 or 16742309. OLE color: 16742309.
HSL color Cylindrical-coordinate representation of color #A577FF: hue angle of 260.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A577FF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 119 | 255 | - |
| CMYK | 0.35 | 0.53 | 0 | 0 |
| HSL | 260.29º | 1% | 0.73% | - |
| HSV(B) | 260.29º | 0.53% | 1% | - |
| XYZ | 40.16 | 28.41 | 97.98 | - |
| YUV | 148.26 | 188.24 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 255 | 0.35 | 0.53 | 0 | 0 | 260.29 | 1 | 0.73 |
| Hex | A5 | 77 | FF | 23 | 35 | 0 | 0 | 104 | 64 | 49 |
| Octal | 245 | 167 | 377 | 43 | 65 | 0 | 0 | 404 | 144 | 111 |
| Binary | 10100101 | 1110111 | 11111111 | 100011 | 110101 | 0 | 0 | 100000100 | 1100100 | 1001001 |
Color Harmonies of #A577FF
Complementary color
Monochromatic Colors of #A577FF
Black with #A577FF
Text Example
Text Example
White with #A577FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577FF; }
p { color: rgb(165,119,255); }
H1.HeaderClassName
{
color: #A577FF;
}
.AnyTagClassName
{
color: #A577FF;
}
</style>
background-color css
<style>
a { background-color: #A577FF; }
a { background-color: rgb(165,119,255); }
div.DivClassName
{
background-color: #A577FF;
}
.BgClassName
{
background-color: #A577FF;
}
</style>
border-color css
<style>
span { border-color: #A577FF; }
span { border-color: rgb(165,119,255); }
td.TdClassName
{
border-color: #A577FF;
}
.TagClassName
{
border-color: #A577FF;
}
</style>