Shades of Light Slate Blue #A773FF
Tints of Light Slate Blue #A773FF
RGB
CMYK
RGB Variations
Color information
#A773FF (or 0xA773FF) is known color: Light Slate Blue. HEX triplet: A7, 73 and FF. RGB value is (167,115,255). Sum of RGB (Red+Green+Blue) = 167+115+255=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #A773FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A773FF is #588C00. Grayscale: #929292. Windows color (decimal): -5803009 or 16741287. OLE color: 16741287.
HSL color Cylindrical-coordinate representation of color #A773FF: hue angle of 262.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A773FF is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 115 | 255 | - |
| CMYK | 0.35 | 0.55 | 0 | 0 |
| HSL | 262.29º | 1% | 0.73% | - |
| HSV(B) | 262.29º | 0.55% | 1% | - |
| XYZ | 40.12 | 27.7 | 97.84 | - |
| YUV | 146.51 | 189.23 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 255 | 0.35 | 0.55 | 0 | 0 | 262.29 | 1 | 0.73 |
| Hex | A7 | 73 | FF | 23 | 37 | 0 | 0 | 106 | 64 | 49 |
| Octal | 247 | 163 | 377 | 43 | 67 | 0 | 0 | 406 | 144 | 111 |
| Binary | 10100111 | 1110011 | 11111111 | 100011 | 110111 | 0 | 0 | 100000110 | 1100100 | 1001001 |
Color Harmonies of #A773FF
Complementary color
Monochromatic Colors of #A773FF
Black with #A773FF
Text Example
Text Example
White with #A773FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A773FF; }
p { color: rgb(167,115,255); }
H1.HeaderClassName
{
color: #A773FF;
}
.AnyTagClassName
{
color: #A773FF;
}
</style>
background-color css
<style>
a { background-color: #A773FF; }
a { background-color: rgb(167,115,255); }
div.DivClassName
{
background-color: #A773FF;
}
.BgClassName
{
background-color: #A773FF;
}
</style>
border-color css
<style>
span { border-color: #A773FF; }
span { border-color: rgb(167,115,255); }
td.TdClassName
{
border-color: #A773FF;
}
.TagClassName
{
border-color: #A773FF;
}
</style>