Shades of Light Slate Blue #A777FF
Tints of Light Slate Blue #A777FF
RGB
CMYK
RGB Variations
Color information
#A777FF (or 0xA777FF) is known color: Light Slate Blue. HEX triplet: A7, 77 and FF. RGB value is (167,119,255). Sum of RGB (Red+Green+Blue) = 167+119+255=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #A777FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A777FF is #588800. Grayscale: #949494. Windows color (decimal): -5801985 or 16742311. OLE color: 16742311.
HSL color Cylindrical-coordinate representation of color #A777FF: hue angle of 261.18º 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 #A777FF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 119 | 255 | - |
| CMYK | 0.35 | 0.53 | 0 | 0 |
| HSL | 261.18º | 1% | 0.73% | - |
| HSV(B) | 261.18º | 0.53% | 1% | - |
| XYZ | 40.58 | 28.63 | 97.99 | - |
| YUV | 148.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 119 | 255 | 0.35 | 0.53 | 0 | 0 | 261.18 | 1 | 0.73 |
| Hex | A7 | 77 | FF | 23 | 35 | 0 | 0 | 105 | 64 | 49 |
| Octal | 247 | 167 | 377 | 43 | 65 | 0 | 0 | 405 | 144 | 111 |
| Binary | 10100111 | 1110111 | 11111111 | 100011 | 110101 | 0 | 0 | 100000101 | 1100100 | 1001001 |
Color Harmonies of #A777FF
Complementary color
Monochromatic Colors of #A777FF
Black with #A777FF
Text Example
Text Example
White with #A777FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A777FF; }
p { color: rgb(167,119,255); }
H1.HeaderClassName
{
color: #A777FF;
}
.AnyTagClassName
{
color: #A777FF;
}
</style>
background-color css
<style>
a { background-color: #A777FF; }
a { background-color: rgb(167,119,255); }
div.DivClassName
{
background-color: #A777FF;
}
.BgClassName
{
background-color: #A777FF;
}
</style>
border-color css
<style>
span { border-color: #A777FF; }
span { border-color: rgb(167,119,255); }
td.TdClassName
{
border-color: #A777FF;
}
.TagClassName
{
border-color: #A777FF;
}
</style>